1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will

require this tool to resolve (currently).

llvm-svn: 144299
This commit is contained in:
Daniel Dunbar 2011-11-10 18:49:50 +00:00
parent 0339909414
commit 61ee56243c

View File

@ -9,7 +9,7 @@
LEVEL := ../.. LEVEL := ../..
TOOLNAME := llvm-config-2 TOOLNAME := llvm-config-2
LINK_COMPONENTS := support USEDLIBS := LLVMSupport.a
# We generate sources in the build directory, make sure it is in the include # We generate sources in the build directory, make sure it is in the include
# paths. # paths.