Added conditional switch between b2.exe and b2 shell script

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@710 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-02-08 17:27:19 +00:00
parent c7fef834a3
commit f30600c42d

View file

@ -125,8 +125,11 @@
</tar> </tar>
</target> </target>
<condition property="b2" value="b2.exe" else="b2">
<os family="windows"/>
</condition>
<presetdef name="b2"> <presetdef name="b2">
<exec taskname="b2" failonerror="true" executable="${boost.root}/b2"> <exec taskname="b2" failonerror="true" executable="${boost.root}/${b2}">
<arg value="-q"/> <arg value="-q"/>
</exec> </exec>
</presetdef> </presetdef>