We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28474d7 commit 20e358dCopy full SHA for 20e358d
Package.swift
@@ -126,7 +126,8 @@ let package = Package(
126
"CMakeLists.txt",
127
"ProcessInfo/CMakeLists.txt",
128
"FileManager/CMakeLists.txt",
129
- "URL/CMakeLists.txt"
+ "URL/CMakeLists.txt",
130
+ "ProgressReporter/CMakeLists.txt"
131
],
132
cSettings: [
133
.define("_GNU_SOURCE", .when(platforms: [.linux]))
@@ -167,7 +168,8 @@ let package = Package(
167
168
"Locale/CMakeLists.txt",
169
"Calendar/CMakeLists.txt",
170
- "Predicate/CMakeLists.txt"
171
+ "Predicate/CMakeLists.txt",
172
173
174
cSettings: wasiLibcCSettings,
175
swiftSettings: [
0 commit comments