mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Address review feedback
This commit is contained in:
@@ -58,6 +58,9 @@ private extension Target {
|
||||
let package = Package(
|
||||
name: "SwiftCompilerSources",
|
||||
platforms: [
|
||||
// We need at least macOS 13 here to avoid hitting an availability error
|
||||
// for CxxStdlib. It's only needed for the package though, the CMake build
|
||||
// works fine with a lower deployment target.
|
||||
.macOS(.v13),
|
||||
],
|
||||
products: [
|
||||
|
||||
Reference in New Issue
Block a user