Merge pull request #8 from nicolasnoble/nicolasnoble-patch-5

Update build_ruby_environment_macos.sh
pull/5097/head
Nicolas Noble 9 years ago
commit 7dcafda1c4
  1. 2
      tools/distrib/build_ruby_environment_macos.sh

@ -30,7 +30,7 @@
set -ex
CROSS_RUBY=`mktemp`
CROSS_RUBY=`mktemp tmpfile.XXXXXXXX`
curl https://raw.githubusercontent.com/rake-compiler/rake-compiler/v0.9.5/tasks/bin/cross-ruby.rake > $CROSS_RUBY

Loading…
Cancel
Save