Address review feedback

This commit is contained in:
Hamish Knight
2023-10-30 23:50:01 +00:00
parent 5853304da1
commit 3cb74e911b
6 changed files with 18 additions and 8 deletions

View File

@@ -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: [