diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index ae727b8b31..cbbe19d528 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -3,6 +3,9 @@ # This script contains common helpers for all ports. set -e +export CC=i686-pc-serenity-gcc +export CXX=i686-pc-serenity-g++ + if [ -z "$MAKEOPTS" ]; then MAKEOPTS="-j $(nproc)" fi