We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1ee443 + bb2c386 commit 8f75bcbCopy full SHA for 8f75bcb
apps/coercion/Makefile.coq.local
@@ -1,3 +1,10 @@
1
CAMLPKGS+= -package coq-elpi.elpi
2
-OCAMLPATH:=../../src/:$(OCAMLPATH)
+
3
+ifeq "$(shell which cygpath >/dev/null 2>&1)" ""
4
+OCAMLFINDSEP=:
5
+else
6
+OCAMLFINDSEP=;
7
+endif
8
9
+OCAMLPATH:=../../src/$(OCAMLFINDSEP)$(OCAMLPATH)
10
export OCAMLPATH
apps/tc/Makefile.coq.local
@@ -1,5 +1,12 @@
11
12
install-extra::
0 commit comments