default to release
This commit is contained in:
parent
6f64fe02d5
commit
48ddff9e85
@ -5,6 +5,10 @@ BUILD_CLEAN=$2
|
||||
IS_MINGW=$3
|
||||
IS_WIN32=$4
|
||||
|
||||
if [[ -z "${BUILD_TYPE}" ]]; then
|
||||
BUILD_TYPE=Release
|
||||
fi
|
||||
|
||||
if [ "${IS_MINGW}" == "1" ] || [ "${IS_WIN32}" == "1" ]; then
|
||||
BUILD_ROOT=build2
|
||||
else
|
||||
|
@ -7,5 +7,4 @@ pacman -Sqyuu --noconfirm &&
|
||||
mingw64/mingw-w64-x86_64-make \
|
||||
mingw64/mingw-w64-x86_64-toolchain \
|
||||
msys/git \
|
||||
msys/mercurial \
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user