From 85abec9d5bcf297739dc8a241c517008e25a1f5b Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 5 May 2025 14:34:21 +0100 Subject: [PATCH] more --- OCamlMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCamlMakefile b/OCamlMakefile index 8a683c1..3968988 100644 --- a/OCamlMakefile +++ b/OCamlMakefile @@ -614,7 +614,7 @@ endif ifneq ($(strip $(OBJ_LINK)),) ifdef CREATE_LIB - OBJS_LIBS := -ccopt "$(CFLAGS)" -cclib -l$(CLIB_BASE) $(CLIBS_OPTS) $(MAYBE_IDL) + OBJS_LIBS := -cclib -l$(CLIB_BASE) $(CLIBS_OPTS) $(MAYBE_IDL) else OBJS_LIBS := $(OBJ_LINK) $(CLIBS_OPTS) $(MAYBE_IDL) endif