@@ -201,6 +201,7 @@ cmake ^
201
201
-D PYTHON_HOME=%PYTHON_HOME% ^
202
202
-D PYTHON_EXECUTABLE=%PYTHON_HOME% \python.exe ^
203
203
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=" %SourceRoot% \swift-corelibs-libdispatch" ^
204
+ -D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=%SourceRoot% \swift-experimental-string-processing ^
204
205
-D SWIFT_WINDOWS_x86_64_ICU_UC_INCLUDE=" %BuildRoot% \Library\icu-67.1\include\unicode" ^
205
206
-D SWIFT_WINDOWS_x86_64_ICU_UC=" %BuildRoot% \Library\icu-67.1\lib64\icuuc.lib" ^
206
207
-D SWIFT_WINDOWS_x86_64_ICU_I18N_INCLUDE=" %BuildRoot% \Library\icu-67.1\include" ^
@@ -231,6 +232,7 @@ cmake ^
231
232
-D LLVM_DIR=%BuildRoot% \1\lib\cmake\llvm ^
232
233
-D SWIFT_NATIVE_SWIFT_TOOLS_PATH=%BuildRoot% \1\bin ^
233
234
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=%SourceRoot% \swift-corelibs-libdispatch ^
235
+ -D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=%SourceRoot% \swift-experimental-string-processing ^
234
236
-D SWIFT_WINDOWS_x86_64_ICU_UC_INCLUDE=" %BuildRoot% \Library\icu-67.1\include\unicode" ^
235
237
-D SWIFT_WINDOWS_x86_64_ICU_UC=" %BuildRoot% \Library\icu-67.1\lib64\icuuc.lib" ^
236
238
-D SWIFT_WINDOWS_x86_64_ICU_I18N_INCLUDE=" %BuildRoot% \Library\icu-67.1\include" ^
@@ -815,7 +817,7 @@ set "args=%args% --skip-repository swift-integration-tests"
815
817
set " args = %args% --skip-repository swift-stress-tester"
816
818
set " args = %args% --skip-repository swift-xcode-playground-support"
817
819
818
- call " %SourceRoot% \swift\utils\update-checkout.cmd" %args% --clone --skip-tags --skip- history --github-comment " %ghprbCommentBody% "
820
+ call " %SourceRoot% \swift\utils\update-checkout.cmd" %args% --clone --skip-history --github-comment " %ghprbCommentBody% "
819
821
820
822
goto :eof
821
823
endlocal
0 commit comments