Commit 67458f87 authored by Ian Craggs's avatar Ian Craggs

Debug Mac build

parent 1dec13e9
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment