repertory/scripts/make_mingw64.sh
Scott E. Graves 6ba4c0091b
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
fix
2023-11-30 09:24:51 -06:00

6 lines
87 B
Bash
Executable File

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