windows build script

This commit is contained in:
2023-12-12 13:06:31 -06:00
parent 932ea6cb1d
commit eeba641732
5 changed files with 148 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
pushd "$(dirname "$0")/.."
scripts/make_unix_docker.sh ${1} "${2}" 1
mingw
scripts/make_common.sh ${1} "${2}" 1
popd