Skip to content

Commit d2d719c

Browse files
committed
utils: pass static library prefix for Swift to Swift
Update the build invocation for the experimental swift runtime to ensure that we generate the libraries with the expected names.
1 parent 63b7f05 commit d2d719c

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
@@ -2109,6 +2109,7 @@ function Build-ExperimentalRuntime {
21092109
-Defines @{
21102110
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
21112111
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2112+
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
21122113
dispatch_DIR = "$(Get-TargetProjectBinaryCache $Arch Dispatch)\cmake\modules";
21132114
}
21142115
}

0 commit comments

Comments
 (0)