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

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