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)
|
@varset.send(:[]=, *args)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def append(*args)
|
||||||
|
@varset.send(:append, *args)
|
||||||
|
end
|
||||||
|
|
||||||
def process
|
def process
|
||||||
cache = Cache.new
|
cache = Cache.new
|
||||||
targets_processed = Set.new
|
targets_processed = Set.new
|
||||||
|
Loading…
x
Reference in New Issue
Block a user