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

Debug Mac build

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