msys2 support

This commit is contained in:
2024-01-30 13:23:14 -06:00
parent 99533a9687
commit 4089fca87c
10 changed files with 115 additions and 27 deletions

6
scripts/setup_msys2.cmd Normal file
View File

@ -0,0 +1,6 @@
@echo off
pushd "%~dp0%"
call mingw64 -no-start ./setup_msys2.sh
call mingw64 -no-start ./setup_msys2.sh
popd