Fixed gmp

This commit is contained in:
Travis 2020-12-29 01:27:40 +01:00
parent 6d33e6ce81
commit b4fce4c594
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -225,7 +225,7 @@ EOF
execute << EOF
cd "\${QP_ROOT}"/external
tar --bzip2 --extract --file gmp-6.1.2.tar.bz2
cd gmp*
cd gmp-6.1.2
./configure --prefix=$QP_ROOT && make -j 8
make install
EOF