move to new build system
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
@echo off
|
||||
|
||||
set ARG1=%~1
|
||||
set ARG2=%~2
|
||||
|
||||
pushd "%~dp0%"
|
||||
call mingw64 -no-start ./setup_msys2.sh
|
||||
call mingw64 -no-start ./setup_msys2.sh
|
||||
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
|
||||
popd
|
||||
|
Reference in New Issue
Block a user