mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
fix gcc
This commit is contained in:
@@ -35,7 +35,7 @@ HOMEBREW_LIBS="--with-gmp=/opt/homebrew --with-mpc=/opt/homebrew --with-mpfr=/op
|
|||||||
|
|
||||||
ADDONS=""
|
ADDONS=""
|
||||||
|
|
||||||
if [ ! -z "$USE_BREW_LIBS" ]; then
|
if [ ! -z ${USE_BREW_LIBS+x} ]; then
|
||||||
ADDONS="$HOMEBREW_LIBS $ADDONS"
|
ADDONS="$HOMEBREW_LIBS $ADDONS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ HOMEBREW_LIBS="--with-gmp=/opt/homebrew --with-mpc=/opt/homebrew --with-mpfr=/op
|
|||||||
|
|
||||||
ADDONS=""
|
ADDONS=""
|
||||||
|
|
||||||
if [ ! -z "$USE_BREW_LIBS" ]; then
|
if [ ! -z ${USE_BREW_LIBS+x} ]; then
|
||||||
ADDONS="$HOMEBREW_LIBS $ADDONS"
|
ADDONS="$HOMEBREW_LIBS $ADDONS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user