Skip to content

Commit b295635

Browse files
Merge pull request #11941 from felipepiovezan/felipe/change_otherarch_test
[lldb] Remove sdk line from TestSwiftOtherArchDylib
2 parents 42f75b8 + 7c32771 commit b295635

File tree

1 file changed

+1
-2
lines changed
  • lldb/test/API/lang/swift/other_arch_dylib

1 file changed

+1
-2
lines changed

lldb/test/API/lang/swift/other_arch_dylib/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ OtherArch.framework/Versions/A/OtherArch: $(SRCDIR)/OtherArch.swift
1515
FRAMEWORK=OtherArch \
1616
FRAMEWORK_MODULES=OtherArch.swiftinterface \
1717
FRAMEWORK_HEADERS=OtherArch.h \
18-
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15" \
19-
SDKROOT=$(shell xcrun --sdk macosx.internal --show-sdk-path)
18+
SWIFTFLAGS_EXTRAS="-target arm64e-apple-macos15"
2019
rm -f $(BUILDDIR)/OtherArch.swiftmodule $(BUILDDIR)/OtherArch.swiftinterface
2120
rm -f OtherArch.o OtherArch.h OtherArch.partial.swiftmodule

0 commit comments

Comments
 (0)