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
12 lines
277 B
Swift
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
|