File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,12 +233,12 @@ pushd "%swift_source_dir%/build/Ninja-DebugAssert/swift-windows-amd64"
233
233
cmake -G "Ninja" "%swift_source_dir%/swift"^
234
234
-DCMAKE_BUILD_TYPE=Debug^
235
235
-DSWIFT_PATH_TO_CMARK_SOURCE="%swift_source_dir%/cmark"^
236
- -DSWIFT_PATH_TO_CMARK_BUILD="%swift_source_dir%/build/Ninja-RelWithDebInfoAssert /cmark-windows-amd64"^
237
- -DSWIFT_CMARK_LIBRARY_DIR="%swift_source_dir%/build/Ninja-RelWithDebInfoAssert /cmark-windows-amd64/src"^
236
+ -DSWIFT_PATH_TO_CMARK_BUILD="%swift_source_dir%/build/Ninja-DebugAssert /cmark-windows-amd64"^
237
+ -DSWIFT_CMARK_LIBRARY_DIR="%swift_source_dir%/build/Ninja-DebugAssert /cmark-windows-amd64/src"^
238
238
-DSWIFT_PATH_TO_LLVM_SOURCE="%swift_source_dir%/llvm"^
239
- -DSWIFT_PATH_TO_LLVM_BUILD="%swift_source_dir%/build/Ninja-RelWithDebInfoAssert /llvm-windows-amd64"^
239
+ -DSWIFT_PATH_TO_LLVM_BUILD="%swift_source_dir%/build/Ninja-DebugAssert /llvm-windows-amd64"^
240
240
-DSWIFT_PATH_TO_CLANG_SOURCE="%swift_source_dir%/llvm/tools/clang"^
241
- -DSWIFT_PATH_TO_CLANG_BUILD="%swift_source_dir%/build/Ninja-RelWithDebInfoAssert /llvm-windows-amd64"^
241
+ -DSWIFT_PATH_TO_CLANG_BUILD="%swift_source_dir%/build/Ninja-DebugAssert /llvm-windows-amd64"^
242
242
-DICU_UC_INCLUDE_DIRS="%swift_source_dir%/icu/include"^
243
243
-DICU_UC_LIBRARY_DIRS="%swift_source_dir%/icu/lib64"^
244
244
-DICU_I18N_INCLUDE_DIRS="%swift_source_dir%/icu/include"^
You can’t perform that action at this time.
0 commit comments