File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3159,6 +3159,7 @@ function Build-ExperimentalSDK([Hashtable] $Platform) {
3159
3159
- Defines @ {
3160
3160
BUILD_SHARED_LIBS = " YES" ;
3161
3161
CMAKE_FIND_PACKAGE_PREFER_CONFIG = " YES" ;
3162
+ CMAKE_NINJA_FORCE_RESPONSE_FILE = " YES" ;
3162
3163
CMAKE_STATIC_LIBRARY_PREFIX_Swift = " lib" ;
3163
3164
ENABLE_TESTING = " NO" ;
3164
3165
@@ -3189,6 +3190,7 @@ function Build-ExperimentalSDK([Hashtable] $Platform) {
3189
3190
- Defines @ {
3190
3191
BUILD_SHARED_LIBS = " NO" ;
3191
3192
CMAKE_FIND_PACKAGE_PREFER_CONFIG = " YES" ;
3193
+ CMAKE_NINJA_FORCE_RESPONSE_FILE = " YES" ;
3192
3194
CMAKE_Swift_FLAGS = @ (" -static-stdlib" , " -Xfrontend" , " -use-static-resource-dir" );
3193
3195
CMAKE_STATIC_LIBRARY_PREFIX_Swift = " lib" ;
3194
3196
ENABLE_TESTING = " NO" ;
You can’t perform that action at this time.
0 commit comments