Skip to content

Commit c643c10

Browse files
committed
Pass $CONFIGURE_OPTS to the REE installer. Ref. rbenv#41, rbenv#69
1 parent 9463182 commit c643c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ build_package_ree_installer() {
152152
# Work around install_useful_libraries crash with --dont-install-useful-gems
153153
mkdir -p "$PREFIX_PATH/lib/ruby/gems/1.8/gems"
154154

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

0 commit comments

Comments
 (0)