Skip to content

Commit

Permalink
use gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 21, 2024
1 parent dca5f05 commit 001c7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ cd ${BUILDDIR}

download_verify_extract fontconfig-2.15.0.tar.gz
cd fontconfig*
./configure --enable-libxml2 --disable-cache-build --prefix=${DEPSDIR}
./configure MAKE="gmake" --enable-libxml2 --disable-cache-build --prefix=${DEPSDIR}
gmake -j4
gmake install
install_license
Expand Down

0 comments on commit 001c7ae

Please sign in to comment.