Skip to content

Commit

Permalink
ci: ios patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 13, 2024
1 parent 197676f commit 2814bd8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,15 @@ build: clone_depot_tools
pushd {{pdfium_dir}}
case {{target}} in
ios)
just patch_ios
[ -f ../patches/ios.git.patch ] && git apply -v ../patches/ios.git.patch
[ -f ../patches/ios.file.patch ] && patch build/config/ios/config.gni ../patches/ios.file.patch
;;
esac

gn gen out/{{target}} --args="$args"
ninja -C out/{{target}} pdfium -v
popd

patch_ios:
[ -f ../patches/ios.git.patch ] && git apply -v ../patches/ios.git.patch
[ -f ../patches/ios.file.patch ] && patch build/config/ios/config.gni ../patches/ios.file.patch

test:
echo 'test'

Expand Down

0 comments on commit 2814bd8

Please sign in to comment.