diff options
author | Sven Gothel <[email protected]> | 2012-02-19 03:10:32 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-19 03:10:32 +0100 |
commit | d962f232b8aabb0e1de95ee1482ee022deba7615 (patch) | |
tree | 0b95f504b449693dbd631c3a8dbd2c41abe76ee7 /make/scripts/make.jogl.all.linux-armv7.sh | |
parent | fb7165e690546359dee92dd60b04be69f141c87e (diff) |
Update linux armv7 scripts
Diffstat (limited to 'make/scripts/make.jogl.all.linux-armv7.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7.sh b/make/scripts/make.jogl.all.linux-armv7.sh index 598ea98f8..91072023f 100755 --- a/make/scripts/make.jogl.all.linux-armv7.sh +++ b/make/scripts/make.jogl.all.linux-armv7.sh @@ -24,5 +24,5 @@ ant \ -Dsetup.addNativeKD=true \ -Dsetup.addNativeOpenMAX=true \ -Dsetup.addNativeBroadcomEGL=true \ - $* 2>&1 | tee make.jogl.all.linux-armv7-cross.log + $* 2>&1 | tee make.jogl.all.linux-armv7.log |