diff options
-rw-r--r-- | examples/Kaleidoscope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Makefile b/examples/Kaleidoscope/Makefile index c1759a09fe..9990b2b287 100644 --- a/examples/Kaleidoscope/Makefile +++ b/examples/Kaleidoscope/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = Kaleidoscope EXAMPLE_TOOL = 1 -LINK_COMPONENTS := core jit native +LINK_COMPONENTS := core jit interpreter native include $(LEVEL)/Makefile.common |