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 * )
|
||||
{
|
||||
local result ;
|
||||
if <variant>debug in $(properties)
|
||||
{
|
||||
result += <variant>debug:<invariant-checks>on
|
||||
<variant>debug:<asserts>on ;
|
||||
}
|
||||
return $(result) ;
|
||||
local result ;
|
||||
if <variant>debug in $(properties)
|
||||
{
|
||||
result += <variant>debug:<invariant-checks>on
|
||||
<variant>debug:<asserts>on ;
|
||||
}
|
||||
return $(result) ;
|
||||
}
|
||||
|
||||
rule tag ( name : type ? : property-set )
|
||||
|
|
Loading…
Reference in New Issue