aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 7cdfd42..e04f629 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -616,7 +616,7 @@
<target name="c.build.joal">
<antcall target="c.build" inheritRefs="true">
<param name="c.compiler.src.files" value="c.src.files.joal"/>
- <param name="output.lib.name" value="joal"/>
+ <param name="output.lib.name" value="joal_native"/>
</antcall>
<antcall target="c.rename.joal.lib.mingw" inheritRefs="true" />
<antcall target="c.rename.joal.lib.macosx" inheritRefs="true" />