diff options
author | Sven Gothel <[email protected]> | 2019-12-24 19:29:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-24 19:29:17 +0100 |
commit | 07de253dae77b39da944a946381bd6efec0066ba (patch) | |
tree | f5bd66c7aa47d96a65cf0e4a1babf8bd27d6bf81 /make/build-jogl.xml | |
parent | 548553e189f8f9fa60d6c59da6bf0a4bd1bf7505 (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.xml | 1 |
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}" |