Skip to content

Commit 13d87c3

Browse files
committed
[lldb] Include FRAMEWORK_INCLUDES in the SWIFTFLAGS
Make sure we pass framework includes to the Swift compiler. rdar://93785641
1 parent a2dd486 commit 13d87c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ endif
259259

260260
CFLAGS += $(NO_LIMIT_DEBUG_INFO_FLAGS) $(ARCH_CFLAGS)
261261
SWIFTFLAGS += $(SWIFTFLAGS_EXTRAS)
262+
SWIFTFLAGS += $(FRAMEWORK_INCLUDES)
262263
ifeq "$(findstring -target,$(SWIFTFLAGS))" ""
263264
SWIFTFLAGS += $(TARGET_SWIFTFLAGS)
264265
endif

0 commit comments

Comments
 (0)