aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-12 13:23:38 +0100
committerSven Gothel <[email protected]>2019-12-12 13:23:38 +0100
commit53ae28fd2bc501b5de54fdbdf915d88f823eb11a (patch)
tree85ba11a0fd2ef0651279f277e44b167c6f452978
parent51ef5eadd9db020412d3a3716b4ab5a25b0522fb (diff)
Bug 1417 - Android: Update cpptask, using implicit 'soname' setup, which scales better for all platforms.
http://jogamp.org/git/?p=ant-cpptasks.git commit 8353e0cc85705ca8f81f8563ad975026978b6745
-rw-r--r--make/build.xml5
-rw-r--r--make/lib/cpptasks.jarbin379628 -> 379883 bytes
2 files changed, 2 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index ce904ea..1dc6595 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -480,6 +480,7 @@
<cc outtype="${output.lib.type}"
usehighleveltool="true"
+ writesoname="true"
objdir="${gluegen.lib.dir}"
outfile="${gluegen.lib.dir}/${output.lib.name}"
optimize="${c.compiler.optimise}"
@@ -515,9 +516,7 @@
<includepath path="${src.generated.c}/Windows" if="isWindows"/>
</compiler>
- <linker extends="${linker.cfg.id}" >
- <linkerarg value="-Wl,-soname,${output.lib.name.os}" />
- </linker>
+ <linker extends="${linker.cfg.id}" />
</cc>
diff --git a/make/lib/cpptasks.jar b/make/lib/cpptasks.jar
index 03672d7..63d27b6 100644
--- a/make/lib/cpptasks.jar
+++ b/make/lib/cpptasks.jar
Binary files differ