aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-08-28 16:49:45 +0000
committerGitHub2020-08-28 16:49:45 +0000
commit165aca860f9caa842d47b728584b6ea29f6f6809 (patch)
tree410901071b95ec86c002d025b22279c83a0f37d6 /tools
parentbbe60065397e61162bc43b40aa1d58201b639b88 (diff)
parent21dd85bf7aa8c16e15735f5946650a200c9566f5 (diff)
Merge PR #11742: [numeral] [plugins] Remove Coq's `Bigint` module in favor of ZArith.
Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: liyishuai Ack-by: MSoegtropIMC Ack-by: ejgallego Ack-by: maximedenes Ack-by: proux01 Ack-by: vbgl
Diffstat (limited to 'tools')
-rw-r--r--tools/CoqMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index 0086516785..02ababd928 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -104,7 +104,7 @@ BEFORE ?=
AFTER ?=
# FIXME this should be generated by Coq (modules already linked by Coq)
-CAMLDONTLINK=num,str,unix,dynlink,threads
+CAMLDONTLINK=str,unix,dynlink,threads,num,zarith
# OCaml binaries
CAMLC ?= "$(OCAMLFIND)" ocamlc -c