repertory/scripts/make_mingw64.sh
Scott E. Graves 35aa8f5a94
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
fix scripts
2023-12-13 20:12:18 -06:00

6 lines
82 B
Bash
Executable File

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