aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-08-02 12:25:02 +0100
committerYann Herklotz <git@yannherklotz.com>2022-08-02 12:25:02 +0100
commit591461d6697e84ca3be9e38a7a366cc8ca90104f (patch)
treea85bac75ab7072179a71fb27b4030354416fa0b7
parentde9c46d059ddd38c0c1922d91cb788c3d550d488 (diff)
downloadsmtcoq-coq-8.13.tar.gz
smtcoq-coq-8.13.zip
Add '-package num' to MakefileHEADcoq-8.13
Using nix, the num package needs to be added explicitly to the list of dependencies.
-rw-r--r--src/extraction/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extraction/Makefile b/src/extraction/Makefile
index 399c5cf..3de32db 100644
--- a/src/extraction/Makefile
+++ b/src/extraction/Makefile
@@ -35,7 +35,7 @@ USERCMX=$(USERML:%.ml=%.cmx)
OCAMLC=ocamlc
OCAMLOPT=ocamlopt
OCAMLFIND=ocamlfind
-OCAMLFINDLIB=-I +threads -package zarith
+OCAMLFINDLIB=-I +threads -package zarith -package num
all: $(LIB) $(PROGRAM)