mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
03255639e5
commit
7f87886ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
||||||
<property name="boost.dir" value="${out.dir}/../boost"/>
|
<property name="boost.dir" value="${out.dir}/../boost"/>
|
||||||
|
|
||||||
<presetdef name="bjam">
|
<presetdef name="bjam">
|
||||||
<exec taskname="bjam" failonerror="true" executable="bjam">
|
<exec taskname="bjam" failonerror="true" executable="${env.BOOST_ROOT}/bjam">
|
||||||
<arg value="-q"/>
|
<arg value="-q"/>
|
||||||
</exec>
|
</exec>
|
||||||
</presetdef>
|
</presetdef>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue