aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 20:00:30 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 20:00:30 +0200
commitf47946615e5cd8184c5a0f240aac86a7463201e6 (patch)
tree506781f12f623ae5479ab6440ecb1cbd7fb48e59 /src/configure.sh
parent220afeb0eb1b0b63fccd29e254f3179cac834c12 (diff)
parentfa6d0060893fa19b57869475aac0af23a4452e60 (diff)
downloadsmtcoq-f47946615e5cd8184c5a0f240aac86a7463201e6.tar.gz
smtcoq-f47946615e5cd8184c5a0f240aac86a7463201e6.zip
Merge branch 'coq-8.12' of github.com:smtcoq/smtcoq into coq-8.13
Diffstat (limited to 'src/configure.sh')
-rwxr-xr-xsrc/configure.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configure.sh b/src/configure.sh
new file mode 100755
index 0000000..7b0c264
--- /dev/null
+++ b/src/configure.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+coq_makefile -f _CoqProject -o Makefile
+sed -i 's/^CAMLDONTLINK=unix,str$/CAMLDONTLINK=num,str,unix,dynlink,threads/' Makefile