repertory/scripts/make_mingw64.sh
2023-11-30 09:19:09 -06:00

6 lines
92 B
Bash
Executable File

#!/bin/bash
pushd "$(dirname "$0")/.."
scripts/make_unix_docker.sh ${1} "${2}" 1
popd