We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a67da commit 93b318eCopy full SHA for 93b318e
Sources/Foundation/CMakeLists.txt
@@ -179,6 +179,8 @@ if(NOT BUILD_SHARED_LIBS)
179
target_compile_options(Foundation
180
PRIVATE
181
"SHELL:-Xfrontend -public-autolink-library -Xfrontend ${icu_i18n_basename}
182
+ -Xfrontend -public-autolink-library -Xfrontend icuucswift
183
+ -Xfrontend -public-autolink-library -Xfrontend icudataswift
184
-Xfrontend -public-autolink-library -Xfrontend BlocksRuntime")
185
# ICU libraries are linked by absolute library path in this project,
186
# but -public-autolink-library forces to resolve library path by
0 commit comments