Files
azeroth-core-android/apps/compiler/includes/defines.sh
2026-01-25 22:24:57 +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