aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
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}"