build_engine.sh: add GNU/Linux uname check.

This commit is contained in:
Marco Cawthorne 2021-03-23 20:41:52 +01:00
parent 48d1b1ad0d
commit f918e9ddb9
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ else
elif [[ "$COMPILE_SYS" == "Linux" ]]; then
PLATFORM=linux64
OUTPUT=$OUTPUT/fteqw-gl64
elif [[ "$COMPILE_SYS" == "GNU/Linux" ]]; then
PLATFORM=linux64
OUTPUT=$OUTPUT/fteqw-gl64
else
printf "Unsupported platform.\n"
exit