diff --git a/Library/ENV/4.3/xcrun b/Library/ENV/4.3/xcrun index 2eaf4eff49..c6f923c16e 100755 --- a/Library/ENV/4.3/xcrun +++ b/Library/ENV/4.3/xcrun @@ -5,7 +5,7 @@ # NOTE only works if the build-tool calls xcrun without a path prefixed! dirname = File.dirname(__FILE__) -require "#{dirname}/../libsuperenv" +require File.expand_path("../libsuperenv", dirname) SUPERBIN = dirname.cleanpath.freeze # Some build tools are stupid and still set DEVELOPER_DIR to old /Developer