This commit is contained in:
Scott E. Graves 2023-12-20 12:05:59 -06:00
parent 48ddff9e85
commit 80c9375d65
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ BUILD_CLEAN=$2
IS_MINGW=$3 IS_MINGW=$3
IS_WIN32=$4 IS_WIN32=$4
if [[ -z "${BUILD_TYPE}" ]]; then if [ "${BUILD_TYPE}" == "" ]; then
BUILD_TYPE=Release BUILD_TYPE=Release
fi fi

View File

@ -1,5 +1,5 @@
@echo off @echo off
pushd "%~dp0%.." pushd "%~dp0%.."
mingw64 scripts/make_common.sh %1 "%2" 0 1 mingw64 scripts/make_common.sh "%1" "%2" 0 1
popd popd