Skip to content

Commit

Permalink
blind fix for windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 25, 2023
1 parent e1ee443 commit a73b48b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/coercion/Makefile.coq.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
CAMLPKGS+= -package coq-elpi.elpi
OCAMLPATH:=../../src/:$(OCAMLPATH)

ifeq "$(shell which cygpath >/dev/null 2>&1)"
OCAMLFINDSEP=;
else
OCAMLFINDSEP=:
endfi

OCAMLPATH:=../../src/$(OCAMLFINDSEP)$(OCAMLPATH)
export OCAMLPATH

0 comments on commit a73b48b

Please sign in to comment.