mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 12:20:43 +01:00
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…
x
Reference in New Issue
Block a user