aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-24 19:29:17 +0100
committerSven Gothel <[email protected]>2019-12-24 19:29:17 +0100
commit07de253dae77b39da944a946381bd6efec0066ba (patch)
treef5bd66c7aa47d96a65cf0e4a1babf8bd27d6bf81 /make/build-jogl.xml
parent548553e189f8f9fa60d6c59da6bf0a4bd1bf7505 (diff)
Bug 1417 - Android: Adopt to gluegen/make/scripts/setenv-android-tools.sh changes
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 60c1e58ea..ac5c08dfd 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1561,6 +1561,7 @@
<sequential>
<cc outtype="${output.lib.type}"
usehighleveltool="true"
+ writesoname="true"
objdir="${obj.joglsub}"
outfile="${obj.joglsub}/@{output.lib.name}"
optimize="${c.compiler.optimise}"