mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
Makefile.ocaml: Tweak to use --system-libs.
llvm-svn: 197758
This commit is contained in:
parent
171b0c36a3
commit
a5fb6a4730
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user