Skip to content
Snippets Groups Projects
Commit b5aed448 authored by Jack Nagel's avatar Jack Nagel
Browse files

Do not close inherited file descriptors in compiler wrapper

parent b6cca78e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment