File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
swift_build_support/swift_build_support Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ cmake^
282
282
-DCMAKE_EXE_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
283
283
-DCMAKE_SHARED_LINKER_FLAGS:STRING=/INCREMENTAL:NO^
284
284
-DSWIFT_LIT_ARGS=" --time-tests" ^
285
+ -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE:PATH=%source_root% \swift-syntax^
285
286
-S " %source_root% \swift" %exitOnError%
286
287
287
288
cmake --build " %build_root% \swift" %exitOnError%
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ def convert_to_impl_arguments(self):
248
248
swift_syntax_src = os .path .join (self .workspace .source_root ,
249
249
"swift-syntax" )
250
250
args .extra_cmake_options .append (
251
- 'SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE :PATH={}' .format (swift_syntax_src ))
251
+ '-DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE :PATH={}' .format (swift_syntax_src ))
252
252
253
253
# Then add subproject install flags that either skip building them /or/
254
254
# if we are going to build them and install_all is set, we also install
You can’t perform that action at this time.
0 commit comments