changes to fix compilation on OpenBSD

This commit is contained in:
kytv
2013-09-20 10:44:56 +00:00
parent bfea3e4dd6
commit 43383a5b3c
4 changed files with 10 additions and 0 deletions

View File

@@ -125,6 +125,7 @@
<!-- Update the messages_*.po files.
We need to supply the bat file for windows, and then change the fail property to true -->
<exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="${require.gettext}" >
<env key="JAVA_HOME" value="${java.home}" />
<arg value="./bundle-messages-proxy.sh" />
</exec>
<exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="${require.gettext}" >