aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/build.xml')
-rw-r--r--src/native/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/build.xml b/src/native/build.xml
index de87ff4..b458a28 100644
--- a/src/native/build.xml
+++ b/src/native/build.xml
@@ -398,6 +398,7 @@
<target name="dist">
<ant antfile="build-${platform}.xml" dir="${build.rend}" target="dist"/>
+ <chmod dir="${dist}/${platform}" perm="755" includes="**/*.dll, **/*.so"/>
</target>
</project>