[OCaml] Expose Llvm.get_operand_use.
[oota-llvm.git] / bindings / ocaml / Makefile.ocaml
index f8ed841d668ef832a6aa4c49bce687185435e057..1b964eec062211e2a0c542ba0ab8a8cc7a7ec554 100644 (file)
@@ -37,7 +37,7 @@ OcamlDir := $(LibDir)/ocaml
 # Info from llvm-config and similar
 ifndef IS_CLEANING_TARGET
 ifdef UsedComponents
-UsedLibs = $(shell $(LLVM_CONFIG) --libs $(UsedComponents))
+UsedLibs = $(shell $(LLVM_CONFIG) --libs --system-libs $(UsedComponents))
 UsedLibNames = $(shell $(LLVM_CONFIG) --libnames $(UsedComponents))
 endif
 endif