forked from I2P_Developers/i2p.i2p
Don't call uname -sr, instead call "uname -s". After all, we don't use the kernel
version...
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
case `uname -sr` in
|
||||
case `uname -s` in
|
||||
MINGW*|CYGWIN*)
|
||||
echo "Building windows .dlls";;
|
||||
SunOS*)
|
||||
@@ -21,7 +21,7 @@ mkdir -p lib/freenet/support/CPUInformation
|
||||
|
||||
CC="gcc"
|
||||
|
||||
case `uname -sr` in
|
||||
case `uname -s` in
|
||||
MINGW*|CYGWIN*)
|
||||
JAVA_HOME="/c/software/j2sdk1.4.2_05"
|
||||
COMPILEFLAGS="-Wall"
|
||||
|
Reference in New Issue
Block a user