Skip to content

Commit 8788253

Browse files
authored
Merge pull request #19461 from jmittert/master
Provide the correct path in WindowsBuild.md
2 parents 1f82926 + 2d41f78 commit 8788253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/WindowsBuild.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ pushd "%swift_source_dir%/build/Ninja-DebugAssert/swift-windows-amd64"
233233
cmake -G "Ninja" "%swift_source_dir%/swift"^
234234
-DCMAKE_BUILD_TYPE=Debug^
235235
-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"^
238238
-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"^
240240
-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"^
242242
-DICU_UC_INCLUDE_DIRS="%swift_source_dir%/icu/include"^
243243
-DICU_UC_LIBRARY_DIRS="%swift_source_dir%/icu/lib64"^
244244
-DICU_I18N_INCLUDE_DIRS="%swift_source_dir%/icu/include"^

0 commit comments

Comments
 (0)