Commit 9f8d5336 by Erik Michaels-Ober

ruby-build 20130501

parent 2f8dcafb
## Version History ## Version History
#### 20130501
* Cache git clone directory
* Restore -O3 default when building with clang
* Build REE --without-tk on Darwin if X11 is missing
* Pass $RUBY_CONFIGURE_OPTS to REE installer with -c
* Default RBENV_VERSION to the globally-specified Ruby
#### 20130408 #### 20130408
* Added a definition for jruby-1.7.4-dev * Added a definition for jruby-1.7.4-dev
* Added a definition for mruby-dev * Added a definition for mruby-dev
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20130408" RUBY_BUILD_VERSION="20130501"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment