forked from premiere/premiere-libtorrent
fix Jamfile indentation
This commit is contained in:
parent
c4afb5e949
commit
259e04e1ad
14
Jamfile
14
Jamfile
|
@ -370,13 +370,13 @@ rule building ( properties * )
|
||||||
|
|
||||||
rule default-build ( properties * )
|
rule default-build ( properties * )
|
||||||
{
|
{
|
||||||
local result ;
|
local result ;
|
||||||
if <variant>debug in $(properties)
|
if <variant>debug in $(properties)
|
||||||
{
|
{
|
||||||
result += <variant>debug:<invariant-checks>on
|
result += <variant>debug:<invariant-checks>on
|
||||||
<variant>debug:<asserts>on ;
|
<variant>debug:<asserts>on ;
|
||||||
}
|
}
|
||||||
return $(result) ;
|
return $(result) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
rule tag ( name : type ? : property-set )
|
rule tag ( name : type ? : property-set )
|
||||||
|
|
Loading…
Reference in New Issue