lib paths

This commit is contained in:
Ian Craggs 2014-04-04 16:07:01 +01:00
parent 4467b4bacd
commit 49b4143f03
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
<exec executable="./${aTest}" failonerror="true" dir="${output.folder}/test" >
<arg value="--connection" />
<arg value="tcp://${test.hostname}:18883" />
<env key="LD_LIBRARY_PATH" value="../lib" />
<env key="LD_LIBRARY_PATH" path="${output.folder}/lib" />
</exec>
</target>
@ -79,7 +79,7 @@
<exec executable="./${aTest}" failonerror="true" dir="${output.folder}/test" >
<arg value="--hostname" />
<arg value="${test.hostname}" />
<env key="LD_LIBRARY_PATH" value="../lib" />
<env key="LD_LIBRARY_PATH" path="${output.folder}/lib" />
</exec>
</target>