Gems: Eliminate the now unused GEMS_ROOT scons variable.
This commit is contained in:
parent
a78e772929
commit
b6ba1a528b
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ Import('*')
|
|||
sticky_vars.AddVariables(
|
||||
BoolVariable('NO_VECTOR_BOUNDS_CHECKS', "Don't do bounds checks in Ruby",
|
||||
True),
|
||||
('GEMS_ROOT', "Add debugging stuff to Ruby", Dir('..').srcnode().abspath),
|
||||
)
|
||||
|
||||
export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS', 'GEMS_ROOT' ]
|
||||
export_vars += [ 'NO_VECTOR_BOUNDS_CHECKS' ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue