Commit ffbd3e95 by Erik Michaels-Ober

Merge pull request #354 from shingara/features/configure_on_rbx

Allow define RUBY_CONFIGURE_OPTS on rbx configure
parents b6f1d249 3e61f76a
...@@ -428,7 +428,7 @@ build_package_ree_installer() { ...@@ -428,7 +428,7 @@ build_package_ree_installer() {
build_package_rbx() { build_package_rbx() {
local package_name="$1" local package_name="$1"
{ ./configure --prefix="$PREFIX_PATH" --gemsdir="$PREFIX_PATH" { ./configure --prefix="$PREFIX_PATH" --gemsdir="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS
rake install rake install
} >&4 2>&1 } >&4 2>&1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment