aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/lang/objc/forward-decl/Makefile')
-rw-r--r--lldb/test/API/lang/objc/forward-decl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/test/API/lang/objc/forward-decl/Makefile b/lldb/test/API/lang/objc/forward-decl/Makefile
index cfae251ead4b..252dfb69699d 100644
--- a/lldb/test/API/lang/objc/forward-decl/Makefile
+++ b/lldb/test/API/lang/objc/forward-decl/Makefile
@@ -1,8 +1,6 @@
DYLIB_NAME := Container
DYLIB_OBJC_SOURCES := Container.m
OBJC_SOURCES := main.m
+LD_EXTRAS := -lobjc
-
-
-LD_EXTRAS := -framework Foundation
include Makefile.rules