Debug Mac build

This commit is contained in:
Ian Craggs 2014-05-19 10:49:39 +01:00
parent 1dec13e9bb
commit 67458f8750
1 changed files with 4 additions and 3 deletions

View File

@ -40,16 +40,17 @@
</then>
<else>
<if>
<os family="unix"/>
<os family="mac"/>
<then>
<property name="os.family" value="unix" />
<property name="os.family" value="mac" />
</then>
<else>
<property name="os.family" value="mac" />
<property name="os.family" value="unix" />
</else>
</if>
</else>
</if>
<echo message="os.family is '${os.family}'" />
<target name="init">
<tstamp>