Bash: Removed compilation type suffix on build/bin path

if you need to differentiate it you can add $CTYPE variable as suffix of bin/build path conf
This commit is contained in:
Yehonal
2017-10-09 09:40:56 +00:00
parent 7df5d0964f
commit 0f5ff1db7e

View File

@@ -5,6 +5,3 @@ then
CCTYPE=${CCTYPE^} # capitalize first letter if it's not yet
fi
[ $CTYPE == "Debug" ] && BUILDPATH="$BUILDPATH/debug/" || BUILDPATH="$BUILDPATH/release/"
[ $CTYPE == "Debug" ] && BINPATH="$BINPATH/debug/" || BINPATH="$BINPATH/release/"