mirror of https://github.com/eclipse/paho.mqtt.c
syntax error
This commit is contained in:
parent
7ab54a91f0
commit
a7867f7d23
|
|
@ -74,6 +74,7 @@
|
|||
<arg value="${output.ssl.filename}" />
|
||||
</exec>
|
||||
</then>
|
||||
</if>
|
||||
|
||||
<!-- non-SSL, asynchronous library -->
|
||||
<property name="output.async.filename" value="${output.folder}/lib${libname.async}.so" />
|
||||
|
|
@ -96,6 +97,7 @@
|
|||
<arg value="${output.async.ssl.filename}" />
|
||||
</exec>
|
||||
</then>
|
||||
</if>
|
||||
|
||||
<!-- MQTTVersion -->
|
||||
<property name="output.async.ssl.filename" value="${output.folder}/lib${libname.async.ssl}.so" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue