Skip to content

Commit 39cb536

Browse files
pmattosbkhouri
authored andcommitted
Add FreeBSD support to SwiftBuild PIF builder
1 parent 8211977 commit 39cb536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftBuildSupport/PackagePIFBuilder+Helpers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@ extension ProjectModel.BuildSettings.Platform {
977977
case .windows: .windows
978978
case .wasi: .wasi
979979
case .openbsd: .openbsd
980+
case .freebsd: .freebsd
980981
default: preconditionFailure("Unexpected platform: \(platform.name)")
981982
}
982983
}

0 commit comments

Comments
 (0)