fix
This commit is contained in:
parent
48ddff9e85
commit
80c9375d65
@ -5,7 +5,7 @@ BUILD_CLEAN=$2
|
||||
IS_MINGW=$3
|
||||
IS_WIN32=$4
|
||||
|
||||
if [[ -z "${BUILD_TYPE}" ]]; then
|
||||
if [ "${BUILD_TYPE}" == "" ]; then
|
||||
BUILD_TYPE=Release
|
||||
fi
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
|
||||
pushd "%~dp0%.."
|
||||
mingw64 scripts/make_common.sh %1 "%2" 0 1
|
||||
mingw64 scripts/make_common.sh "%1" "%2" 0 1
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user