We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1ebe21 + a112a1d commit e7444f5Copy full SHA for e7444f5
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -699,7 +699,7 @@ ifeq "$(OS)" "Darwin"
699
DYLIB_SWIFT_FLAGS= \
700
-Xlinker -dylib \
701
-Xlinker -install_name -Xlinker @executable_path/$(shell basename $@) \
702
- $(LD_EXTRAS) $(LD_SWIFTFLAGS)
+ $(LD_EXTRAS)
703
ifeq "$(DYLIB_HIDE_SWIFTMODULE)" ""
704
DYLIB_SWIFT_FLAGS+= -Xlinker -add_ast_path -Xlinker $(DYLIB_NAME).swiftmodule
705
endif
0 commit comments