Build script fix

This commit is contained in:
Daniil Gentili 2019-06-18 15:40:59 +02:00
parent 7b38cfda27
commit 622cd30dbb

View File

@ -60,7 +60,7 @@ cd ..
git clone https://github.com/php-build/php-build $(phpenv root)/plugins/php-build
git clone -b rel-1-5-1 https://github.com/nih-at/libzip.git
cd libzip
cmake -DCMAKE_INSTALL_PREFIX=/home/derick/.phpenv/versions/7.3.6 .
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.phpenv/versions/7.3.6 .
make -j11
make install
phpenv install 7.3.6