summaryrefslogtreecommitdiff
path: root/examples/ParallelJIT
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ParallelJIT')
-rw-r--r--examples/ParallelJIT/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile
index cb014a0082..f183da246e 100644
--- a/examples/ParallelJIT/Makefile
+++ b/examples/ParallelJIT/Makefile
@@ -10,8 +10,7 @@ LEVEL = ../..
TOOLNAME = ParallelJIT
EXAMPLE_TOOL = 1
-# Enable JIT support
-LLVMLIBS := JIT
+LINK_COMPONENTS := jit interpreter native
include $(LEVEL)/Makefile.common