mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Made b2 toolset customizable
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@746 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
834b06a84e
commit
e4c2468381
1 changed files with 4 additions and 0 deletions
|
|
@ -129,12 +129,16 @@
|
|||
</tar>
|
||||
</target>
|
||||
|
||||
<condition property="b2.toolset" value="--toolset=${boost.toolset}" else="">
|
||||
<isset property="boost.toolset"/>
|
||||
</condition>
|
||||
<condition property="b2" value="b2.exe" else="b2">
|
||||
<os family="windows"/>
|
||||
</condition>
|
||||
<presetdef name="b2">
|
||||
<exec taskname="b2" failonerror="true" executable="${boost.root}/${b2}">
|
||||
<arg value="-q"/>
|
||||
<arg value="${b2.toolset}"/>
|
||||
</exec>
|
||||
</presetdef>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue