Use File.expand_path

This commit is contained in:
Jack Nagel 2014-04-20 16:33:41 -05:00
parent dd8dc7a380
commit 91cc7aca49

View File

@ -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