Skip to content

Commit 5557768

Browse files
committed
MISC: disable fontconfig for macOS build
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent 157cf76 commit 5557768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/macbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ "$1" == "sanitize" ]]; then
2121
done
2222
sudo make -Cdata install
2323
elif [[ -z "$1" ]]; then
24-
./autogen.sh --with-download-instruments
24+
./autogen.sh --with-download-instruments --without-fontconfig
2525
make -j$NPROC
2626
sudo make install
2727
else

0 commit comments

Comments
 (0)