aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/CoqMakefile.in
diff options
context:
space:
mode:
authorGravatar Matej Košík <matej.kosik@inria.fr>2017-08-11 18:25:05 +0200
committerGravatar Matej Košík <matej.kosik@inria.fr>2017-08-12 09:06:11 +0200
commitfaad4bf4bfacc308b1e93fe8e16ac55d5b8b718f (patch)
tree70ed458e4a3f43b8dc6980f8d53d39022eb08606 /tools/CoqMakefile.in
parent1f46ff6db53c2ca471d9ea067d0824755b2f34da (diff)
fix coq_makefile
Make sure that when plugin writer does not use -bypass-API, API is opened by default.
Diffstat (limited to 'tools/CoqMakefile.in')
-rw-r--r--tools/CoqMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index e54ea45d4..3a8ca7b8d 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -170,7 +170,7 @@ COQMAKEFILE_VERSION:=@COQ_VERSION@
COQSRCLIBS?= $(foreach d,$(COQ_SRC_SUBDIRS), -I "$(COQLIB)$(d)")
-CAMLFLAGS=$(OCAMLLIBS) $(COQSRCLIBS) -I $(CAMLP4LIB)
+CAMLFLAGS=$(OCAMLLIBS) $(COQSRCLIBS) -I $(CAMLP4LIB) $(OCAML_API_FLAGS)
CAMLLIB:=$(shell "$(OCAMLFIND)" printconf stdlib)