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 92c85a0 commit 4e61c08Copy full SHA for 4e61c08
utils/build-windows.bat
@@ -105,7 +105,7 @@ setlocal enableextensions enabledelayedexpansion
105
if defined REPO_SCHEME SET "scheme_arg=--scheme %REPO_SCHEME%"
106
107
git -C "%source_root%\swift" config --local core.autocrlf input
108
-git -C "%source_root%\swift" config --local core.symlink true
+git -C "%source_root%\swift" config --local core.symlinks true
109
git -C "%source_root%\swift" checkout-index --force --all
110
111
:: Always skip Swift, since it is checked out by Jenkins
0 commit comments