mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Makefile.ocaml: Tweak to use --system-libs.
llvm-svn: 197758
This commit is contained in:
parent
20f2bae8eb
commit
0c7582f249
@ -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…
Reference in New Issue
Block a user