Skip to content

Commit 1a0ab67

Browse files
authored
Merge pull request #4722 from apple/jdevlieghere/FRAMEWORK_INCLUDES
[lldb] Include FRAMEWORK_INCLUDES in the SWIFTFLAGS
2 parents a2dd486 + 13d87c3 commit 1a0ab67

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)