diff --git a/script/bootstrap b/script/bootstrap index 355d748f..b8d5a918 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -6,10 +6,10 @@ set -e if ! brew -v &> /dev/null then echo "WARNING: Cannot find brew. Skipping brewfile installation." - export KERL_CONFIGURE_OPTIONS="--disable-hipe" + export KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --disable-hipe" else brew bundle - export KERL_CONFIGURE_OPTIONS="--disable-hipe --with-ssl=$(brew --prefix openssl)" + export KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --disable-hipe --with-ssl=$(brew --prefix openssl)" fi if ! which asdf &> /dev/null