aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
blob: 7b0c264ccf5759036bd5e16f4d67044a82a5c7d2 (plain)
1
2
3
4
#!/bin/sh

coq_makefile -f _CoqProject -o Makefile
sed -i 's/^CAMLDONTLINK=unix,str$/CAMLDONTLINK=num,str,unix,dynlink,threads/' Makefile