aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 42771a4d0..1500458de 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -336,5 +336,5 @@ if __FILE__ == $PROGRAM_NAME
LOGGER.log!
args << { :close_others => false } if RUBY_VERSION >= "2.0"
- exec "xcrun", tool, *args
+ exec "#{File.dirname($0)}/xcrun", tool, *args
end