summaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/HowToUseJIT/Makefile')
-rw-r--r--examples/HowToUseJIT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile
index 14dfa61c65..c8919db90c 100644
--- a/examples/HowToUseJIT/Makefile
+++ b/examples/HowToUseJIT/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = HowToUseJIT
EXAMPLE_TOOL = 1
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
include $(LEVEL)/Makefile.common