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 42f75b8 + 7c32771 commit b295635Copy full SHA for b295635
lldb/test/API/lang/swift/other_arch_dylib/Makefile
@@ -15,7 +15,6 @@ OtherArch.framework/Versions/A/OtherArch: $(SRCDIR)/OtherArch.swift
15
FRAMEWORK=OtherArch \
16
FRAMEWORK_MODULES=OtherArch.swiftinterface \
17
FRAMEWORK_HEADERS=OtherArch.h \
18
- SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15" \
19
- SDKROOT=$(shell xcrun --sdk macosx.internal --show-sdk-path)
+ SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15"
20
rm -f $(BUILDDIR)/OtherArch.swiftmodule $(BUILDDIR)/OtherArch.swiftinterface
21
rm -f OtherArch.o OtherArch.h OtherArch.partial.swiftmodule
0 commit comments