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:
parent
7df5d0964f
commit
0f5ff1db7e
1 changed files with 0 additions and 3 deletions
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue