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 275a679 commit 74ab62cCopy full SHA for 74ab62c
utils/build.ps1
@@ -2217,7 +2217,10 @@ function Build-ExperimentalRuntime {
2217
-Defines @{
2218
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
2219
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2220
+ CMAKE_Swift_COMPILER_TARGET = (Get-ModuleTriple $Arch);
2221
+ CMAKE_Swift_COMPILER_WORKS = "YES";
2222
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
2223
+ CMAKE_SYSTEM_NAME = $Platform.ToString();
2224
dispatch_DIR = "$(Get-TargetProjectBinaryCache $Arch Dispatch)\cmake\modules";
2225
}
2226
0 commit comments