diff options
| -rw-r--r-- | llvm/tools/llvm-config-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config-2/Makefile b/llvm/tools/llvm-config-2/Makefile index b7233e5c5d0..08e084429db 100644 --- a/llvm/tools/llvm-config-2/Makefile +++ b/llvm/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. |

