ports/lang/swift510/files/patch-swift-stress-tester_SwiftEvolve_Package.swift
Jordan Gordeev 95f54e5626 lang/swift510: New port
The Swift programming language -- a modern programming language with
many great features.

This port includes:
 * the Swift compiler
 * the Swift standard library
 * various tools
 * the Foundation framework
 * the Swift Package Manager (SwiftPM)
 * the run-time support that you need for running compiled programs

PR:		286454
Reviewed-by:	kib
2025-06-22 11:11:40 +02:00

12 lines
277 B
Swift

--- swift-stress-tester/SwiftEvolve/Package.swift.orig 2023-08-11 22:27:26 UTC
+++ swift-stress-tester/SwiftEvolve/Package.swift
@@ -2,7 +2,7 @@ import PackageDescription
import PackageDescription
-#if os(Linux)
+#if canImport(Glibc)
import Glibc
#else
import Darwin.C