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 63b7f05 commit d2d719cCopy full SHA for d2d719c
utils/build.ps1
@@ -2109,6 +2109,7 @@ function Build-ExperimentalRuntime {
2109
-Defines @{
2110
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
2111
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2112
+ CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
2113
dispatch_DIR = "$(Get-TargetProjectBinaryCache $Arch Dispatch)\cmake\modules";
2114
}
2115
0 commit comments