Skip to content

Commit f7174fe

Browse files
committed
Add -thread link for ctypes-foreign after upgrade to ctypes >= 0.18.0
Change discussed here: yallop/ocaml-ctypes#651
1 parent 0d8e72a commit f7174fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(BUILDDIR)/libvyosconfig$(EXTDLL): $(CAML_INIT) $(LIBFILES)
4545
ocamlfind opt -o $@ -linkpkg -runtime-variant _pic -verbose -ccopt -dynamiclib -package $(PACKAGES) $^
4646
else
4747
$(BUILDDIR)/libvyosconfig$(EXTDLL): $(CAML_INIT) $(LIBFILES)
48-
ocamlfind opt -o $@ -linkpkg -output-obj -runtime-variant _pic -verbose -package $(PACKAGES) -ccopt "-Wl,-soname,libvyosconfig.so.0" $^
48+
ocamlfind opt -o $@ -linkpkg -output-obj -runtime-variant _pic -verbose -thread -package $(PACKAGES) -ccopt "-Wl,-soname,libvyosconfig.so.0" $^
4949
endif
5050

5151
stubs: $(GENERATED)
@@ -64,7 +64,7 @@ $(BUILDDIR)/%.cmx: %.ml
6464
ocamlfind opt -c -o $@ -I $(BUILDDIR)/generated -I $(BUILDDIR)/lib -package $(PACKAGES) $<
6565

6666
$(GENERATOR): $(GENERATOR_FILES)
67-
ocamlfind opt -o $@ -I $(BUILDDIR)/lib -linkpkg -package $(PACKAGES) $^
67+
ocamlfind opt -o $@ -I $(BUILDDIR)/lib -linkpkg -thread -package $(PACKAGES) $^
6868

6969
clean:
7070
rm -rf $(BUILDDIR)

0 commit comments

Comments
 (0)