Skip to content

Commit 2c954c5

Browse files
committed
build-freetype: add -Dharfbuzz=dynamic
1 parent 677d124 commit 2c954c5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

build-all

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ cd "$(dirname "$0")"
2020
./build-libjxl
2121
./build-freetype
2222
./build-harfbuzz
23-
./build-freetype
2423
./build-fribidi
2524
./build-libunibreak
2625
./build-libass

build-freetype

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ meson setup "${builddir}" "${srcdir}" \
2222
-Dbuildtype=release \
2323
-Db_lto=true \
2424
-Db_lto_mode=thin \
25+
-Dharfbuzz=dynamic \
2526
-Dbrotli=enabled \
2627
-Dbzip2=enabled \
2728
-Dmmap=enabled \

0 commit comments

Comments
 (0)