We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab681b8 commit ac8401eCopy full SHA for ac8401e
otherlibs/systhreads/Makefile
@@ -61,7 +61,7 @@ allopt: lib$(LIBNAME)nat.$(A) $(LIBNAME).cmxa $(CMIFILES)
61
lib$(LIBNAME).$(A): $(BYTECODE_C_OBJS)
62
$(V_OCAMLMKLIB)$(MKLIB_CMD) -o $(LIBNAME) $(BYTECODE_C_OBJS)
63
64
-lib$(LIBNAME)nat.$(A): OC_CFLAGS += $(OC_NATIVE_CFLAGS)
+lib$(LIBNAME)nat.$(A): OC_CFLAGS += $(OC_NATIVE_CFLAGS) -DNATIVE_CODE
65
66
lib$(LIBNAME)nat.$(A): $(NATIVECODE_C_OBJS)
67
$(V_OCAMLMKLIB)$(MKLIB_CMD) -o $(LIBNAME)nat $^
0 commit comments