SDK: Enforce GDK_NATIVE_WINDOWS=true for linux scripts
SDK BUG 2232091 Change-Id: I2a000054545b7865769054d1fdc733e50f06edd5
This commit is contained in:
@@ -63,6 +63,10 @@ else
|
||||
javaOpts="-Xmx1600M"
|
||||
fi
|
||||
|
||||
if [ `uname` = "Linux" ]; then
|
||||
export GDK_NATIVE_WINDOWS=true
|
||||
fi
|
||||
|
||||
while expr "x$1" : 'x-J' >/dev/null; do
|
||||
opt=`expr "$1" : '-J\(.*\)'`
|
||||
javaOpts="${javaOpts} -${opt}"
|
||||
|
||||
Reference in New Issue
Block a user