Fix gamelib-config

This commit is contained in:
2016-04-16 02:31:33 +02:00
committed by Valeriano A.R
parent 0f40c5be8e
commit 62eefa5177

View File

@@ -13,7 +13,7 @@ fi
uname=$( uname )
unamem=$( uname -m )
gcctarget=$( gcc -v 2>&1 | grep "Target:" | cut --delimiter=' ' --fields=2 )
if test $# > 0; then
if test $# -gt 0; then
if test $1 = "emscripten"; then
uname="EMSCRIPTEN"
unamem="EMSCRIPTEN"