repertory/scripts/setup_msys2.cmd
2024-06-06 14:24:28 -05:00

10 lines
205 B
Batchfile

@echo off
set ARG1=%~1
set ARG2=%~2
pushd "%~dp0%"
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