aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index d2b23a964..26468cdfa 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -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