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 d6ac1ec + 74ab62c commit 2f60c73Copy full SHA for 2f60c73
utils/build.ps1
@@ -2261,7 +2261,10 @@ function Build-ExperimentalRuntime {
2261
-Defines @{
2262
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
2263
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2264
+ CMAKE_Swift_COMPILER_TARGET = (Get-ModuleTriple $Arch);
2265
+ CMAKE_Swift_COMPILER_WORKS = "YES";
2266
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
2267
+ CMAKE_SYSTEM_NAME = $Platform.ToString();
2268
dispatch_DIR = "$(Get-TargetProjectBinaryCache $Arch Dispatch)\cmake\modules";
2269
}
2270
0 commit comments