build_engine.sh: add GNU/Linux uname check.
This commit is contained in:
parent
48d1b1ad0d
commit
f918e9ddb9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue