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

Don't rely on PATH when invoking xcrun shim

parent 4bbefc12
No related branches found
No related tags found
No related merge requests found
......@@ -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
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