diff options
-rw-r--r-- | tools/llvm-config-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config-2/Makefile b/tools/llvm-config-2/Makefile index b7233e5c5d..08e084429d 100644 --- a/tools/llvm-config-2/Makefile +++ b/tools/llvm-config-2/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-config-2 -LINK_COMPONENTS := support +USEDLIBS := LLVMSupport.a # We generate sources in the build directory, make sure it is in the include # paths. |