This commit is contained in:
2024-06-06 14:24:28 -05:00
parent c562d17b78
commit 0520aa3d40
6 changed files with 7 additions and 7 deletions

View File

@ -4,6 +4,6 @@ set ARG1=%~1
set ARG2=%~2
pushd "%~dp0%"
call mingw64 -no-start ./setup_msys2.sh "%ARG1%" "x86_64" "%ARG2%" 1 0
call mingw64 -no-start ./setup_msys2.sh "%ARG1%" "x86_64" "%ARG2%" 1 0
call mingw64 -no-start ./setup_msys2.sh "x86_64" "%ARG1%" "%ARG2%" 1 0
call mingw64 -no-start ./setup_msys2.sh "x86_64" "%ARG1%" "%ARG2%" 1 0
popd