diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index dfc0fd6..dc18bc6 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -164,7 +164,7 @@ module Rscons # Add a set of construction variables or environment options. # @see VarSet#append def append(*args) - @varset.send(:append, *args) + @varset.append(*args) end # Build all target specified in the Environment.