Use opt_bin

This commit is contained in:
Jack Nagel 2014-08-06 20:52:36 -05:00
parent 1eecf1ac0b
commit 9f6bd0798f

View File

@ -59,7 +59,7 @@ module Stdenv
if cc =~ GNU_GCC_REGEXP
warn_about_non_apple_gcc($1)
gcc_formula = gcc_version_formula($1)
self.append_path('PATH', gcc_formula.opt_prefix/'bin')
append_path "PATH", gcc_formula.opt_bin.to_s
end
# Add lib and include etc. from the current macosxsdk to compiler flags: