add default Builder#produces?() method
This commit is contained in:
parent
141f8ad5ac
commit
493bbbe017
@ -6,5 +6,8 @@ module Rscons
|
|||||||
def default_variables(env)
|
def default_variables(env)
|
||||||
{}
|
{}
|
||||||
end
|
end
|
||||||
|
def produces?(target, source)
|
||||||
|
false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user