summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/Stacker/tools/stkrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile
index b7e08c412f..1ba7890413 100644
--- a/projects/Stacker/tools/stkrc/Makefile
+++ b/projects/Stacker/tools/stkrc/Makefile
@@ -9,7 +9,7 @@ LEVEL=../../../..
# Give the name of a library. This will build a dynamic version.
#
TOOLNAME=stkrc
-USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a
+USEDLIBS=stkr_compiler asmparser bcwriter vmcore support.a LLVMsystem.a
ifdef PARSE_DEBUG
CPPFLAGS = -DPARSE_DEBUG=1