Pass the Environment object to build hooks in the :env key of the build_op parameter
This commit is contained in:
parent
cbd5816b4b
commit
1875a2ea66
@ -324,6 +324,7 @@ module Rscons
|
||||
target: target,
|
||||
sources: sources,
|
||||
vars: vars,
|
||||
env: self,
|
||||
}
|
||||
build_hook_block.call(build_operation)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user