Fix building of executable on bytecode-only architectures
This commit is contained in:
parent
85590d60b9
commit
48a8f54257
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ OCAMLNCFLAGS = -g -safe-string
|
||||||
OCAMLBCFLAGS = -g -safe-string
|
OCAMLBCFLAGS = -g -safe-string
|
||||||
OCAMLLDFLAGS = -g
|
OCAMLLDFLAGS = -g
|
||||||
|
|
||||||
TARGETS := byte-code-library htdoc
|
TARGETS := byte-code byte-code-library htdoc
|
||||||
|
|
||||||
LIBINSTALL_FILES = cpdf.cma \
|
LIBINSTALL_FILES = cpdf.cma \
|
||||||
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \
|
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi) \
|
||||||
|
|
Loading…
Reference in New Issue