diff options
Diffstat (limited to 'scripts/0150-build-static-deps.sh')
| -rwxr-xr-x | scripts/0150-build-static-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/0150-build-static-deps.sh b/scripts/0150-build-static-deps.sh index cc68ecb..e954d34 100755 --- a/scripts/0150-build-static-deps.sh +++ b/scripts/0150-build-static-deps.sh @@ -51,7 +51,7 @@ make -j$(nproc) && make install cd .. echo "Building static mpc..." -tar xf /downloads/mpc-$MPC_VERSION.tar.gz +tar xf /downloads/mpc-$MPC_VERSION.tar.xz cd mpc-$MPC_VERSION ./configure --prefix=$STATIC_DEPS_PREFIX --with-gmp=$STATIC_DEPS_PREFIX --with-mpfr=$STATIC_DEPS_PREFIX --disable-shared --enable-static make -j$(nproc) && make install |
