mirror of https://github.com/eclipse/paho.mqtt.c
Debug Mac build
This commit is contained in:
parent
1dec13e9bb
commit
67458f8750
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue