Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
nicolasnoble committed Feb 6, 2016
1 parent da46a70 commit 700cae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/distrib/build_ruby_environment_macos.sh
Original file line number Diff line number Diff line change
@@ -55,5 +55,5 @@ 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

sed 's/x86_64-darwin-11/universal-darwin/' ~/.rake-compiler/config.yaml > $CROSS_RUBY
mv $CROSS_RUBY > ~/.rake-compiler/config.yaml
sed 's/x86_64-darwin-11/universal-darwin/' ~/.rake-compiler/config.yml > $CROSS_RUBY
mv $CROSS_RUBY > ~/.rake-compiler/config.yml

0 comments on commit 700cae3

Please sign in to comment.