Fix some errors

This commit is contained in:
twinaphex 2019-11-11 15:05:18 +01:00
parent 0a4795f6d5
commit 8f492adac3

View File

@ -64,7 +64,7 @@ EXT=bc
if [ -z "$EMSCRIPTEN" ] ; then
echo "run this script with emmake. Ex: emmake $0"
linking_error="$linking_error | $name"
exit 1
fi
# Wii
@ -419,4 +419,4 @@ fi
if [ ! -z $linking_error ];
echo error
exit 1
+fi
fi