Skip to content

Commit

Permalink
Pass $CONFIGURE_OPTS to the REE installer. Ref. rbenv#41, rbenv#69
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Oct 21, 2011
1 parent 9463182 commit c643c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ruby-build
Expand Up @@ -152,7 +152,7 @@ build_package_ree_installer() {
# Work around install_useful_libraries crash with --dont-install-useful-gems
mkdir -p "$PREFIX_PATH/lib/ruby/gems/1.8/gems"

{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options $CONFIGURE_OPTS
} >&4 2>&1
}

Expand Down

0 comments on commit c643c10

Please sign in to comment.