Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 10, 2025
1 parent 07b4881 commit 199989c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sapi/quickstart/windows/cygwin-build/download-cygwin.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ cd /d ..\..\..\..\
set "__PROJECT__=%cd%"
echo %cd%

md %__PROJECT__%\var\windows-cygwin-build-deps\
md %__PROJECT__%\var\cygwin-build\

cd /d %__PROJECT__%\var\windows-cygwin-build-deps\
cd /d %__PROJECT__%\var\cygwin-build\

curl.exe -fSLo setup-x86_64.exe https://cygwin.com/setup-x86_64.exe

Expand Down
4 changes: 2 additions & 2 deletions sapi/quickstart/windows/msys2-build/download-msys2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cd /d %__PROJECT__%\
echo %cd%


md %__PROJECT__%\var\windows-msys2-build-deps\
md %__PROJECT__%\var\msys2-build\

cd /d %__PROJECT__%\var\windows-msys2-build-deps\
cd /d %__PROJECT__%\var\msys2-build\


set "SITE=https://mirror.msys2.org"
Expand Down

0 comments on commit 199989c

Please sign in to comment.