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 2814bd8 commit d3c8a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build: clone_depot_tools
case {{target}} in
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
[ -f ../patches/ios.file.patch ] && patch build/config/ios/rules.gni ../patches/ios.file.patch
;;
esac

Expand Down

0 comments on commit d3c8a5f

Please sign in to comment.