mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove swift-function-caller-generator's dependency on Foundation
Building Foundation seems to be optional in the Linux build script, which makes it tricky to link against outside of Darwin platforms. This removes the dependency on Foundation and calls libc for I/O instead.
This commit is contained in:
@@ -4,7 +4,7 @@ import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "swift-function-caller-generator",
|
||||
platforms: [.macOS(.v11)],
|
||||
platforms: [.macOS(.v13)],
|
||||
products: [
|
||||
.executable(name: "swift-function-caller-generator", targets: ["swift-function-caller-generator"]),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user