Skip to content

Commit 12fa83e

Browse files
committed
build.ps1: remove CMAKE_NINJA_FORCE_RESPONSE_FILE
1 parent 4f92705 commit 12fa83e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,6 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
25292529
CMAKE_Swift_FLAGS = $(if ($Static) { @("-Xcc", "-static-libclosure") } else { @() });
25302530
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
25312531
CMAKE_SYSTEM_NAME = $Platform.OS.ToString();
2532-
CMAKE_NINJA_FORCE_RESPONSE_FILE = "YES";
25332532

25342533
# NOTE(compnerd) we can get away with this currently because we only
25352534
# use the C portion of the dispatch build, which is supposed to always

0 commit comments

Comments
 (0)