We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8238d2c commit b1761fbCopy full SHA for b1761fb
utils/build-windows.bat
@@ -80,7 +80,10 @@ endlocal
80
:: It supposes the %CD% is the source root.
81
setlocal enableextensions enabledelayedexpansion
82
83
-git config --global core.autocrlf false
+git -C "%source_root%\swift" config --local core.autocrlf input
84
+git -C "%source_root%\swift" config --local core.symlink true
85
+git -C "%source_root%\swift" checkout HEAD
86
+
87
git clone --depth 1 --single-branch https://github.com/apple/swift-cmark cmark %exitOnError%
88
git clone --depth 1 --single-branch --branch swift/master https://github.com/apple/llvm-project llvm-project %exitOnError%
89
mklink /D "%source_root%\clang" "%source_root%\llvm-project\clang"
0 commit comments