aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ExceptionDemo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ExceptionDemo/Makefile')
-rw-r--r--examples/ExceptionDemo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ExceptionDemo/Makefile b/examples/ExceptionDemo/Makefile
index 58d9def..895b61d 100644
--- a/examples/ExceptionDemo/Makefile
+++ b/examples/ExceptionDemo/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
EXAMPLE_TOOL = 1
REQUIRES_EH = 1
-LINK_COMPONENTS := jit mcjit nativecodegen
+LINK_COMPONENTS := mcjit nativecodegen
include $(LEVEL)/Makefile.common