diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-06 01:52:02 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-06 01:52:02 +0100 |
commit | da46a701c4c48f49943b3f9ba06bb9f983b24709 (patch) | |
tree | 5d8d96fd40f4b7d5ca92b0fd020a70cd99cc3734 /tools | |
parent | ec187ce677fdfd9114d82c63ee73c5ec60fac97a (diff) |
2.1.6 doesn't work on MacOS (wheee...)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/distrib/build_ruby_environment_macos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/build_ruby_environment_macos.sh b/tools/distrib/build_ruby_environment_macos.sh index b2be86f6f3..ccc5e20713 100644 --- a/tools/distrib/build_ruby_environment_macos.sh +++ b/tools/distrib/build_ruby_environment_macos.sh @@ -51,7 +51,7 @@ EOF MAKE="make -j8" -for v in 2.3.0 2.2.2 2.1.6 2.0.0-p645 ; do +for v in 2.3.0 2.2.2 2.1.5 2.0.0-p645 ; do rake -f $CROSS_RUBY cross-ruby VERSION=$v HOST=x86_64-darwin11 done |