Skip to content

Commit e7444f5

Browse files
Merge pull request #4141 from adrian-prantl/new-rules
Remove LD_SWIFTFLAGS from DYLIB_SWIFTFLAGS,
2 parents a1ebe21 + a112a1d commit e7444f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ ifeq "$(OS)" "Darwin"
699699
DYLIB_SWIFT_FLAGS= \
700700
-Xlinker -dylib \
701701
-Xlinker -install_name -Xlinker @executable_path/$(shell basename $@) \
702-
$(LD_EXTRAS) $(LD_SWIFTFLAGS)
702+
$(LD_EXTRAS)
703703
ifeq "$(DYLIB_HIDE_SWIFTMODULE)" ""
704704
DYLIB_SWIFT_FLAGS+= -Xlinker -add_ast_path -Xlinker $(DYLIB_NAME).swiftmodule
705705
endif

0 commit comments

Comments
 (0)