Skip to content

Commit

Permalink
fix(🍏): remove duplicate m123 header(#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Apr 18, 2024
1 parent fe496de commit 8d54359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/copy-skia-module-headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const copyModule = (module: string) => [

"mkdir -p ./package/cpp/skia/modules/skunicode/include/",
"cp -a externals/skia/modules/skunicode/include/SkUnicode.h ./package/cpp/skia/modules/skunicode/include/.",

`rm ./package/cpp/skia/include/gpu/GrBackendDrawableInfo.h`, // Remove since there are now (Skia M123) two headers with the same name

].map((cmd) => {
console.log(cmd);
executeCmdSync(cmd);
Expand Down

0 comments on commit 8d54359

Please sign in to comment.