Skip to content

Commit c2185c3

Browse files
committed
Add MacOS MacPorts support
- Add workflow for MacOS MacPorts - Add workflow for Ubuntu ARM
1 parent a01971b commit c2185c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/001-binutils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
4646
## Check if using MacPorts
4747
MACPORT_BASE=$(dirname `port -q contents gmp|grep gmp.h`|sed s#/include##g)
4848
echo Macport base is $MACPORT_BASE
49-
TARG_XTRA_OPTS="--with-system-zlib --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE"
49+
TARG_XTRA_OPTS="--with-system-zlib --with-libiconv_prefix=$MACPORT_BASE --with-gmp=$MACPORT_BASE --with-mpfr=$MACPORT_BASE --with-mpc=$MACPORT_BASE"
5050
fi
5151
fi
5252

0 commit comments

Comments
 (0)