syntax error

This commit is contained in:
Ian Craggs 2013-07-19 14:39:38 +01:00
parent 7ab54a91f0
commit a7867f7d23
1 changed files with 2 additions and 0 deletions

View File

@ -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" />