Fixed bjam invocation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@652 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-05-20 10:48:22 +00:00
parent 03255639e5
commit 7f87886ea5

View file

@ -121,7 +121,7 @@
<property name="boost.dir" value="${out.dir}/../boost"/>
<presetdef name="bjam">
<exec taskname="bjam" failonerror="true" executable="bjam">
<exec taskname="bjam" failonerror="true" executable="${env.BOOST_ROOT}/bjam">
<arg value="-q"/>
</exec>
</presetdef>