Skip to content

Commit 15245d7

Browse files
committed
Android x64: set use_mold=false
This fixes the following error: ``` ninja: Entering directory `/home/runner/work/pdfium-binaries/pdfium-binaries/pdfium/out' ninja: error: '../buildtools/third_party/mold/cipd/bin/mold', needed by 'phony/pdfium.inputs', missing and no known rule to make ``` Caused by https://chromium.googlesource.com/chromium/src/build/+/4808da17506fd114fb810356f5ed3651bcb83db5
1 parent f72e059 commit 15245d7

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
@@ -35,6 +35,7 @@ mkdir -p "$BUILD"
3535
android)
3636
echo "clang_use_chrome_plugins = false"
3737
echo "default_min_sdk_version = 23"
38+
echo "use_mold = false"
3839
;;
3940
ios)
4041
[ -n "$TARGET_ENVIRONMENT" ] && echo "target_environment = \"$TARGET_ENVIRONMENT\""

0 commit comments

Comments
 (0)