Commit 8e16aab8 by Mislav Marohnić

Fix installing REE on OS X 10.8+ with no XQuartz

This is a regression introduced by
d13ae0ad

References #267
parent 4ed38ba4
......@@ -430,7 +430,7 @@ build_package_ree_installer() {
fi
local option
for option in $RUBY_CONFIGURE_OPTS; do
for option in $RUBY_CONFIGURE_OPTS ${RUBY_CONFIGURE_OPTS_ARRAY[@]}; do
options="$options -c $option"
done
......
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