mirror of https://github.com/eclipse/paho.mqtt.c
Fix windows build
This commit is contained in:
parent
1db13fd099
commit
ccdd20d095
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
<target name="runAtest">
|
||||
<if>
|
||||
<os family="windows"/>
|
||||
<os family="windows"/>
|
||||
<then>
|
||||
<exec executable="cmd.exe" failonerror="true" dir="${output.folder}/test" >
|
||||
<arg value="/c" />
|
||||
|
|
@ -88,11 +88,12 @@
|
|||
<env key="DYLD_LIBRARY_PATH" path="${output.folder}" />
|
||||
</exec>
|
||||
</else>
|
||||
</if>
|
||||
</target>
|
||||
|
||||
<target name="runSSLtest">
|
||||
<if>
|
||||
<os family="windows"/>
|
||||
<os family="windows"/>
|
||||
<then>
|
||||
<exec executable="cmd.exe" failonerror="true" dir="${output.folder}/test" >
|
||||
<arg value="/c" />
|
||||
|
|
@ -110,6 +111,7 @@
|
|||
<env key="DYLD_LIBRARY_PATH" path="${output.folder}" />
|
||||
</exec>
|
||||
</else>
|
||||
</if>
|
||||
</target>
|
||||
|
||||
<target name="doc" >
|
||||
|
|
|
|||
Loading…
Reference in New Issue