aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-06-17 03:14:24 +0200
committerSven Gothel <[email protected]>2019-06-17 03:14:24 +0200
commit97622eb70b1ff720d91d768768b7a996ac01ad78 (patch)
tree247b648bcdffc99277eac03b76580c6ef482ffba /make/build-test.xml
parent2a8c4d1cfa45794bc27358f3379f8c5bece74537 (diff)
Update cpptask.jar to commit 757192655df20cc6a68affe8cbb4d7de387c9c67
Added CC Task Option: 'usehighleveltool' to give user option to prefer the high-level tool like gcc or clang for static linkage where usually 'ar' is being used.
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 6372696..f39f0bf 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -234,7 +234,7 @@
<condition property="c.compiler.use-debug"><istrue value="${c.compiler.debug}"/></condition>
- <cc outtype="shared"
+ <cc outtype="${output.lib.type}"
objdir="${build_t.obj}"
outfile="${build_t.lib}/@{output.lib.name}"
optimize="${c.compiler.optimise}"