summaryrefslogtreecommitdiffstats
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, 2 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index ce904ea..1dc6595 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -480,6 +480,7 @@
<cc outtype="${output.lib.type}"
usehighleveltool="true"
+ writesoname="true"
objdir="${gluegen.lib.dir}"
outfile="${gluegen.lib.dir}/${output.lib.name}"
optimize="${c.compiler.optimise}"
@@ -515,9 +516,7 @@
<includepath path="${src.generated.c}/Windows" if="isWindows"/>
</compiler>
- <linker extends="${linker.cfg.id}" >
- <linkerarg value="-Wl,-soname,${output.lib.name.os}" />
- </linker>
+ <linker extends="${linker.cfg.id}" />
</cc>