diff options
author | Sven Gothel <[email protected]> | 2019-12-12 13:23:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-12 13:23:38 +0100 |
commit | 53ae28fd2bc501b5de54fdbdf915d88f823eb11a (patch) | |
tree | 85ba11a0fd2ef0651279f277e44b167c6f452978 | |
parent | 51ef5eadd9db020412d3a3716b4ab5a25b0522fb (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.xml | 5 | ||||
-rw-r--r-- | make/lib/cpptasks.jar | bin | 379628 -> 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 Binary files differindex 03672d7..63d27b6 100644 --- a/make/lib/cpptasks.jar +++ b/make/lib/cpptasks.jar |