We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9463182 commit c643c10Copy full SHA for c643c10
bin/ruby-build
@@ -152,7 +152,7 @@ build_package_ree_installer() {
152
# Work around install_useful_libraries crash with --dont-install-useful-gems
153
mkdir -p "$PREFIX_PATH/lib/ruby/gems/1.8/gems"
154
155
- { ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
+ { ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options $CONFIGURE_OPTS
156
} >&4 2>&1
157
}
158
0 commit comments