add Environment#append() for adding construction variables
This commit is contained in:
parent
5eb914fb76
commit
97ce9bb3e3
@ -52,6 +52,10 @@ module Rscons
|
||||
@varset.send(:[]=, *args)
|
||||
end
|
||||
|
||||
def append(*args)
|
||||
@varset.send(:append, *args)
|
||||
end
|
||||
|
||||
def process
|
||||
cache = Cache.new
|
||||
targets_processed = Set.new
|
||||
|
Loading…
x
Reference in New Issue
Block a user