Skip to content

Commit

Permalink
Revert build's 0c2d40d
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Apr 25, 2024
1 parent f78a307 commit b8c41ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/ios/build.patch
@@ -0,0 +1,13 @@
diff --git a/toolchain/apple/toolchain.gni b/toolchain/apple/toolchain.gni
index 0c0c8d9b1..f5c794ff5 100644
--- a/toolchain/apple/toolchain.gni
+++ b/toolchain/apple/toolchain.gni
@@ -210,7 +210,7 @@ template("single_apple_toolchain") {

# Specify an explicit path for the strip binary.
_strippath = invoker.bin_path + "strip"
- _installnametoolpath = "${prefix}llvm-install-name-tool"
+ _installnametoolpath = "${prefix}install_name_tool"
linker_driver_args += " -Wcrl,strippath,${_strippath} -Wcrl,installnametoolpath,${_installnametoolpath}"
_enable_dsyms = enable_dsyms
_save_unstripped_output = save_unstripped_output
1 change: 1 addition & 0 deletions steps/03-patch.sh
Expand Up @@ -19,6 +19,7 @@ case "$OS" in

ios)
git apply -v "$PATCHES/ios/pdfium.patch"
git -C build apply -v "$PATCHES/ios/build.patch"
;;

wasm)
Expand Down

0 comments on commit b8c41ad

Please sign in to comment.