Fix building of executable on bytecode-only architectures

This commit is contained in:
John Whitington 2023-08-15 18:51:17 +01:00
parent 85590d60b9
commit 48a8f54257
1 changed files with 1 additions and 1 deletions

View File

@ -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) \