Skip to content

Commit cace199

Browse files
authored
Merge pull request swiftlang#78433 from etcwilde/ewilde/force-response-file-on-windows
Use Response file for SwiftFoundation
2 parents 062061e + 1668373 commit cace199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1926,6 +1926,7 @@ function Build-Foundation([Platform]$Platform, $Arch, [switch]$Test = $false) {
19261926
-UseBuiltCompilers ASM,C,CXX,Swift `
19271927
-SwiftSDK:$SDKRoot `
19281928
-Defines (@{
1929+
CMAKE_NINJA_FORCE_RESPONSE_FILE = "YES";
19291930
ENABLE_TESTING = "NO";
19301931
FOUNDATION_BUILD_TOOLS = if ($Platform -eq "Windows") { "YES" } else { "NO" };
19311932
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";

0 commit comments

Comments
 (0)