Skip to content

Commit 1af236e

Browse files
authored
Merge pull request #79505 from compnerd/prefix
utils: pass static library prefix for Swift to Swift
2 parents b20f2c0 + d2d719c commit 1af236e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,7 @@ function Build-ExperimentalRuntime {
21292129
-Defines @{
21302130
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
21312131
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2132+
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
21322133
dispatch_DIR = "$(Get-TargetProjectBinaryCache $Arch Dispatch)\cmake\modules";
21332134
}
21342135
}

0 commit comments

Comments
 (0)