diff options
Diffstat (limited to 'examples/Kaleidoscope/Chapter7/Makefile')
| -rw-r--r-- | examples/Kaleidoscope/Chapter7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Chapter7/Makefile b/examples/Kaleidoscope/Chapter7/Makefile index 9d2df6f02d074..6cec323efd402 100644 --- a/examples/Kaleidoscope/Chapter7/Makefile +++ b/examples/Kaleidoscope/Chapter7/Makefile @@ -9,7 +9,8 @@ LEVEL = ../../.. TOOLNAME = Kaleidoscope-Ch7 EXAMPLE_TOOL = 1 +REQUIRES_RTTI := 1 -LINK_COMPONENTS := core jit interpreter native +LINK_COMPONENTS := core jit native include $(LEVEL)/Makefile.common |
