0013-third-party-skia.patch 351 B

1234567891011121314
  1. diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
  2. index 44f39c5aaa..93ef968c5a 100644
  3. --- a/gn/BUILDCONFIG.gn
  4. +++ b/gn/BUILDCONFIG.gn
  5. @@ -80,6 +80,9 @@ if (target_cpu == "") {
  6. if (target_cpu == "x86_64") {
  7. target_cpu = "x64"
  8. }
  9. +if (target_cpu == "riscv64") {
  10. + target_cpu = "riscv64"
  11. +}
  12. if (current_cpu == "") {
  13. current_cpu = target_cpu
  14. }