Update readline.sh

pull/505/head
Mr Chen 1 year ago
parent 338e64d295
commit c920b46a13
  1. 2
      plugins/php/versions/common/readline.sh

@ -60,6 +60,8 @@ Install_lib()
OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu"
fi
OPTIONS="$OPTIONS --with-readline"
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make clean && make && make install && make clean

Loading…
Cancel
Save