Skip to content

Commit 4da451b

Browse files
committed
Musl: set use_glib = false
This fixes the following errors: ld: cannot find -lglib-2.0 ld: cannot find -lgmodule-2.0 ld: cannot find -lgobject-2.0 ld: cannot find -lgthread-2.0 These errors appeared after the introduction of `CPDF_FontSubsetter` in the following commit: https://pdfium.googlesource.com/pdfium/+/4f046db1f31d7bb2e53ab7dd12e48b837ac568be
1 parent 8b5349a commit 4da451b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

steps/05-configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ mkdir -p "$BUILD"
7373
echo 'is_clang = false'
7474
echo 'use_custom_libcxx = false'
7575
echo 'use_custom_libcxx_for_host = false'
76+
echo 'use_glib = false'
7677
[ "$ENABLE_V8" == "true" ] && case "$TARGET_CPU" in
7778
arm)
7879
echo "v8_snapshot_toolchain = \"//build/toolchain/linux:clang_x86_v8_arm\""

0 commit comments

Comments
 (0)