mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
c7fef834a3
commit
f30600c42d
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue