add default Builder#produces?() method

This commit is contained in:
Josh Holtrop 2013-07-15 19:07:06 -04:00
parent 141f8ad5ac
commit 493bbbe017

View File

@ -6,5 +6,8 @@ module Rscons
def default_variables(env)
{}
end
def produces?(target, source)
false
end
end
end