diff options
Diffstat (limited to 'examples/ParallelJIT/Makefile')
-rw-r--r-- | examples/ParallelJIT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index 5031eca9ac..8a49d42731 100644 --- a/examples/ParallelJIT/Makefile +++ b/examples/ParallelJIT/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = ParallelJIT EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit interpreter native +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common |