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 fe9c55c + 2c8a5e6 commit 0a6c83eCopy full SHA for 0a6c83e
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -616,6 +616,7 @@ ifeq "$(USESWIFTDRIVER)" "1"
616
ifeq "$(OS)" "Darwin"
617
SWIFTFLAGS += -sdk "$(SWIFTSDKROOT)"
618
endif
619
+ SWIFTFLAGS += -tools-directory "$(shell dirname $(CC))"
620
621
622
#----------------------------------------------------------------------
0 commit comments