repertory/scripts/make_mingw64.sh

7 lines
88 B
Bash
Executable File

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