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 @@ -219,6 +219,7 @@ cmake ^
219
219
-D PYTHON_HOME=%PYTHON_HOME% ^
220
220
-D PYTHON_EXECUTABLE=%PYTHON_HOME% \python.exe ^
221
221
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=" %SourceRoot% \swift-corelibs-libdispatch" ^
222
+ -D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=" %SourceRoot% \swift-syntax" ^
222
223
-D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=%SourceRoot% \swift-experimental-string-processing ^
223
224
224
225
-G Ninja ^
@@ -246,6 +247,7 @@ cmake ^
246
247
-D LLVM_DIR=%BuildRoot% \1\lib\cmake\llvm ^
247
248
-D SWIFT_NATIVE_SWIFT_TOOLS_PATH=%BuildRoot% \1\bin ^
248
249
-D SWIFT_PATH_TO_LIBDISPATCH_SOURCE=%SourceRoot% \swift-corelibs-libdispatch ^
250
+ -D SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=" %SourceRoot% \swift-syntax" ^
249
251
-D EXPERIMENTAL_STRING_PROCESSING_SOURCE_DIR=%SourceRoot% \swift-experimental-string-processing ^
250
252
251
253
-D SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=YES ^
You can’t perform that action at this time.
0 commit comments