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.
2 parents b20f2c0 + d2d719c commit 1af236eCopy full SHA for 1af236e
utils/build.ps1
@@ -2129,6 +2129,7 @@ function Build-ExperimentalRuntime {
2129
-Defines @{
2130
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
2131
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2132
+ CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
2133
dispatch_DIR = "$(Get-TargetProjectBinaryCache $Arch Dispatch)\cmake\modules";
2134
}
2135
0 commit comments