aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 12531ea..ce904ea 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -515,7 +515,10 @@
<includepath path="${src.generated.c}/Windows" if="isWindows"/>
</compiler>
- <linker extends="${linker.cfg.id}" />
+ <linker extends="${linker.cfg.id}" >
+ <linkerarg value="-Wl,-soname,${output.lib.name.os}" />
+ </linker>
+
</cc>
<antcall target="c.rename.lib.mingw" inheritRefs="true" />