Commit fe50860f authored by Ian Craggs's avatar Ian Craggs

Add OpenSSL directory on Windows build

parent 5f1bfaea
<!--******************************************************************************* <!--*******************************************************************************
Copyright (c) 2012, 2015 IBM Corp. Copyright (c) 2012, 2016 IBM Corp.
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0 are made available under the terms of the Eclipse Public License v1.0
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<property name="libname.async" value="mqttv3a" /> <property name="libname.async" value="mqttv3a" />
<property name="libname.async.ssl" value="mqttv3as" /> <property name="libname.async.ssl" value="mqttv3as" />
<property name="ssl" value="yes" /> <property name="ssl" value="yes" />
<property name="windows.openssl.folder" value="c:\openssl\bin" />
<property name="test.hostname" value="iot.eclipse.org"/> <property name="test.hostname" value="iot.eclipse.org"/>
<property name="test.port" value="18883"/> <property name="test.port" value="18883"/>
<if> <if>
...@@ -118,7 +119,7 @@ ...@@ -118,7 +119,7 @@
<arg value="${aTest}.exe" /> <arg value="${aTest}.exe" />
<arg value="--hostname" /> <arg value="--hostname" />
<arg value="${test.hostname}" /> <arg value="${test.hostname}" />
<env key="PATH" path="${output.folder}" /> <env key="PATH" path="${output.folder};${windows.openssl.folder}" />
</exec> </exec>
</then> </then>
<else> <else>
......
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