diff options
Diffstat (limited to 'lib/CompilerDriver/Makefile')
-rw-r--r-- | lib/CompilerDriver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CompilerDriver/Makefile b/lib/CompilerDriver/Makefile index 8e8b73c..10cfa4f 100644 --- a/lib/CompilerDriver/Makefile +++ b/lib/CompilerDriver/Makefile @@ -13,7 +13,7 @@ LEVEL = ../.. # name doesn't start with "LLVM" and NO_LLVM_CONFIG is set. LIBRARYNAME = CompilerDriver -LINK_COMPONENTS = support system +LINK_COMPONENTS = support NO_LLVM_CONFIG = 1 |