Fix bug in last commit
This commit is contained in:
parent
3310c43bcf
commit
396d6d4dec
|
@ -5,7 +5,7 @@ then
|
|||
# JAVA_HOME not set. Figure out what to use for it.
|
||||
JAVA_HOME=$(dirname $(readlink -f $(which java) | sed 's^jre/bin/^^'))
|
||||
# Handle the case where java is being run from the jdk itself, not from within the jre
|
||||
JAVA_HOME=$(echo $JAVA_HOME | sed 's^bin/^^')
|
||||
JAVA_HOME=$(echo $JAVA_HOME | sed 's^/bin^^')
|
||||
fi
|
||||
|
||||
echo // +build linux,!android > jni_linux.tmp
|
||||
|
|
Loading…
Reference in New Issue
Block a user