uname -s is sufficient

The OS' release version is discarded anyway....so we won't ask for it.
This commit is contained in:
kytv
2011-12-11 12:52:32 +00:00
parent 6c4dbc545d
commit 929d471aa8
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ if [ "$VER" = "" ] ; then
fi
case `uname -sr` in
case `uname -s` in
MINGW*)
PLATFORM_LIST="${MINGW_PLATFORMS}"
NAME="jbigi"

View File

@@ -4,7 +4,7 @@
# When executed in OSX: Produces a libjbigi.jnilib
CC="gcc"
case `uname -sr` in
case `uname -s` in
MINGW*)
JAVA_HOME="c:/software/j2sdk1.4.2_05"
COMPILEFLAGS="-Wall"