summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-26 19:31:58 +0100
committerSven Gothel <[email protected]>2019-12-26 19:31:58 +0100
commit4287fdd657b946c9b605361692dff56b2b99ab1a (patch)
treef730a41192eb6cc808b51f01c3b97613e14085fa
parent023fff1af43a172d4c2a0e18fdbb78e6ba817cca (diff)
Native CC: Set usehighleveltool=true (e.g. ld via clang) writesoname=true (required by android)
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 2b096cd1..c0af5465 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -493,6 +493,8 @@
<cc outtype="shared"
objdir="${obj}"
+ usehighleveltool="true"
+ writesoname="true"
outfile="${obj}/@{output.lib.name}"
optimize="${c.compiler.optimise}"
debug="${c.compiler.debug}"