aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.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-newt.xml
parent548553e189f8f9fa60d6c59da6bf0a4bd1bf7505 (diff)
Bug 1417 - Android: Adopt to gluegen/make/scripts/setenv-android-tools.sh changes
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r--make/build-newt.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index 626f388b4..b758d20c7 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -571,7 +571,7 @@
</linker>
<linker id="linker.cfg.android.newt" extends="linker.cfg.android">
- <syslibset dir="${TARGET_PLATFORM_SYSROOT}/usr/lib" libs="android" />
+ <syslibset dir="${env.ANDROID_TOOLCHAIN_SYSROOT0}/usr/lib" libs="android" />
</linker>
<linker id="linker.cfg.solaris.newt.x11" extends="linker.cfg.solaris">
@@ -910,6 +910,7 @@
<sequential>
<cc outtype="${output.lib.type}"
usehighleveltool="true"
+ writesoname="true"
objdir="${obj.newt}"
outfile="${obj.newt}/@{output.lib.name}"
optimize="${c.compiler.optimise}"
@@ -978,6 +979,8 @@
</macrodef>
<target name="c.build.newt.windowlib" unless="setup.nonatives">
+ <echo message="Using compiler.cfg.id ${compiler.cfg.id}" />
+ <echo message="Using linker.cfg.id.oswin ${linker.cfg.id.oswin}" />
<c.build c.compiler.src.files="c.src.files.newt"
output.lib.name="newt"
compiler.cfg.id="${compiler.cfg.id}"