Files
AstoriaCore-AC/apps/compiler/includes/defines.sh
RealLushen 0b667508e4 Release
2021-01-01 21:48:02 +01:00

8 lines
148 B
Bash

# you can choose build type from cmd argument
if [ ! -z $1 ]
then
CCTYPE=$1
CCTYPE=${CCTYPE^} # capitalize first letter if it's not yet
fi