Skip to content

Commit bf25512

Browse files
committed
Default CC=cc in the 1.9.3-p125 definition for Xcode 4.3 compatibility
Fixes rbenv#145
1 parent 5ac237d commit bf25512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/ruby-build/1.9.3-p125

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
[ -n "$CC" ] || export CC=cc
12
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
23
install_package "ruby-1.9.3-p125" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p125.tar.gz"

0 commit comments

Comments
 (0)