Do not close inherited file descriptors in compiler wrapper
This commit is contained in:
parent
b6cca78e05
commit
b5aed44825
@ -335,5 +335,6 @@ if __FILE__ == $PROGRAM_NAME
|
||||
LOGGER.puts "superenv executed: #{tool} #{args.join(" ")}"
|
||||
LOGGER.log!
|
||||
|
||||
args << { :close_others => false } if RUBY_VERSION >= "2.0"
|
||||
exec "xcrun", tool, *args
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user