Commit 8e16aab8 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Fix installing REE on OS X 10.8+ with no XQuartz

This is a regression introduced by
d13ae0ad

References #267
parent 4ed38ba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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