I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 929d471a authored by kytv's avatar kytv
Browse files

uname -s is sufficient

The OS' release version is discarded anyway....so we won't ask for it.
parent 6c4dbc54
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ if [ "$VER" = "" ] ; then
fi
case `uname -sr` in
case `uname -s` in
MINGW*)
PLATFORM_LIST="${MINGW_PLATFORMS}"
NAME="jbigi"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment