Commit ccdd20d0 authored by Ian Craggs's avatar Ian Craggs

Fix windows build

parent 1db13fd0
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
<env key="DYLD_LIBRARY_PATH" path="${output.folder}" /> <env key="DYLD_LIBRARY_PATH" path="${output.folder}" />
</exec> </exec>
</else> </else>
</if>
</target> </target>
<target name="runSSLtest"> <target name="runSSLtest">
...@@ -110,6 +111,7 @@ ...@@ -110,6 +111,7 @@
<env key="DYLD_LIBRARY_PATH" path="${output.folder}" /> <env key="DYLD_LIBRARY_PATH" path="${output.folder}" />
</exec> </exec>
</else> </else>
</if>
</target> </target>
<target name="doc" > <target name="doc" >
......
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