]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Makefile.ocaml: Tweak to use --system-libs.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Dec 2013 00:36:59 +0000 (00:36 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Dec 2013 00:36:59 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197758 91177308-0d34-0410-b5e6-96231b3b80d8

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