We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4422c commit 2938af4Copy full SHA for 2938af4
1 file changed
build-devkit.sh
@@ -126,7 +126,7 @@ if [ ! -z $CROSSBUILD ]; then
126
export PATH=/opt/devkitpro/$package/bin:$PATH
127
prefix=$INSTALLDIR/$CROSSBUILD/$package
128
CROSS_PARAMS="$CROSS_PARAMS --host=$CROSSBUILD"
129
- CROSS_GCC_PARAMS="--with-gmp=$CROSSPATH --with-mpfr=$CROSSPATH --with-mpc=$CROSSPATH"
+ CROSS_GCC_PARAMS="--with-gmp=$CROSSPATH --with-mpfr=$CROSSPATH --with-mpc=$CROSSPATH --with-isl=$CROSSPATH"
130
else
131
prefix=$INSTALLDIR/$package
132
fi
0 commit comments