aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 5582503d89..6efd47afc2 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -38,9 +38,9 @@ include ../Makefile.common
BIN := $(shell cd ..; pwd)/bin/
COQFLAGS?=
+COQLIB?=
ifeq ($(COQLIB),)
- # This method of setting `pwd` won't work on win32 OCaml
- COQLIB := $(shell cd ..; pwd)
+ COQLIB := $(shell ocaml ocaml_pwd.ml ..)
endif
export COQLIB