mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-28 21:04:49 -05:00
add zstd to configure options
This commit is contained in:
parent
2938af4ed5
commit
c33f389df1
|
|
@ -126,7 +126,7 @@ if [ ! -z $CROSSBUILD ]; then
|
|||
export PATH=/opt/devkitpro/$package/bin:$PATH
|
||||
prefix=$INSTALLDIR/$CROSSBUILD/$package
|
||||
CROSS_PARAMS="$CROSS_PARAMS --host=$CROSSBUILD"
|
||||
CROSS_GCC_PARAMS="--with-gmp=$CROSSPATH --with-mpfr=$CROSSPATH --with-mpc=$CROSSPATH --with-isl=$CROSSPATH"
|
||||
CROSS_GCC_PARAMS="--with-gmp=$CROSSPATH --with-mpfr=$CROSSPATH --with-mpc=$CROSSPATH --with-isl=$CROSSPATH --with-zstd=$CROSSPATH"
|
||||
else
|
||||
prefix=$INSTALLDIR/$package
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user