Skip to content

Commit

Permalink
build: disable harfbuzz docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed May 7, 2023
1 parent e339a68 commit 2c05448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/harfbuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
unset CC CXX # meson wants these unset

meson setup $build --cross-file "$prefix_dir"/crossfile.txt \
-Dtests=disabled
-Dtests=disabled -Ddocs=disabled

ninja -C $build -j$cores
DESTDIR="$prefix_dir" ninja -C $build install

0 comments on commit 2c05448

Please sign in to comment.