summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/expression_command/call-throws/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command/call-throws/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/expression_command/call-throws/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/expression_command/call-throws/Makefile b/packages/Python/lldbsuite/test/expression_command/call-throws/Makefile
new file mode 100644
index 0000000..ac07b31
--- /dev/null
+++ b/packages/Python/lldbsuite/test/expression_command/call-throws/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../make
+
+OBJC_SOURCES := call-throws.m
+
+include $(LEVEL)/Makefile.rules
+LDFLAGS += -framework Foundation
OpenPOWER on IntegriCloud