Commit 64726421 by Mislav Marohnić

ruby-build 20131028

parent 7c12833f
## Version History
#### 20131028
* Abort early for invalid TMPDIR
* Enable compiling Ruby 1.8 on OS X 10.8+ without extra flags
* Detect number of CPU cores used for `make`
......
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20131024"
RUBY_BUILD_VERSION="20131028"
set -E
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