summaryrefslogtreecommitdiff
path: root/examples/Fibonacci
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Fibonacci')
-rw-r--r--examples/Fibonacci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index b63777eb29..5010cb4b97 100644
--- a/examples/Fibonacci/Makefile
+++ b/examples/Fibonacci/Makefile
@@ -11,7 +11,7 @@ LEVEL = ../..
TOOLNAME = Fibonacci
EXAMPLE_TOOL = 1
-# Enable JIT support
-LLVMLIBS := JIT
+# Link in JIT support
+LINK_COMPONENTS := jit interpreter native
include $(LEVEL)/Makefile.common