forked from I2P_Developers/i2p.i2p
quote JAVA_HOME during jbigi build
This commit is contained in:
@@ -25,7 +25,7 @@ mkdir -p lib bin/local
|
||||
|
||||
|
||||
# If JAVA_HOME isn't set, try to figure it out on our own
|
||||
[ -z $JAVA_HOME ] && . ../find-java-home
|
||||
[ -z "$JAVA_HOME" ] && . ../find-java-home
|
||||
if [ ! -f "$JAVA_HOME/include/jni.h" ]; then
|
||||
echo "ERROR: Cannot find jni.h! Looked in \"$JAVA_HOME/include/jni.h\"" >&2
|
||||
echo "Please set JAVA_HOME to a java home that has the JNI" >&2
|
||||
|
||||
Reference in New Issue
Block a user