summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/Stacker/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/test/Makefile b/projects/Stacker/test/Makefile
index aa349c1e90..7e384139dd 100644
--- a/projects/Stacker/test/Makefile
+++ b/projects/Stacker/test/Makefile
@@ -42,7 +42,7 @@ test_each: $(TESTS)
% : %.st Makefile testing.bc
$(Echo) "Building $*"
- $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -lstkr_runtime -lcrtend
+ $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
testing.bc : testing.st Makefile
$(Echo) "Compiling $*"