Loading bin/ruby-build +1 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ use_gcc42_on_lion() { if [ "$(uname -s)" = "Darwin" ]; then if [ "$(expr "$(sw_vers -productVersion | cut -f 2 -d .)" \>= 7 || true)" -eq 1 ]; then export CC=/usr/bin/gcc-4.2 CONFIGURE_OPTS="--with-gcc=$CC $CONFIGURE_OPTS" fi fi } Loading Loading
bin/ruby-build +1 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ use_gcc42_on_lion() { if [ "$(uname -s)" = "Darwin" ]; then if [ "$(expr "$(sw_vers -productVersion | cut -f 2 -d .)" \>= 7 || true)" -eq 1 ]; then export CC=/usr/bin/gcc-4.2 CONFIGURE_OPTS="--with-gcc=$CC $CONFIGURE_OPTS" fi fi } Loading