Skip to content

Commit 48e2349

Browse files
authored
fix(💚): fix build regression on iOS (#3211)
1 parent 90ecf34 commit 48e2349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎packages/skia/scripts/skia-configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ export const copyHeaders = () => {
343343
"rm -rf ./cpp/skia/include/gpu/GrBackendSurface.h",
344344
"rm -rf ./cpp/skia/include/gpu/d3d/GrD3DBackendContext.h",
345345
"rm -rf ./cpp/skia/include/gpu/d3d/GrD3DTypes.h",
346+
"rm -rf ./cpp/skia/include/pathops/SkPathOps.h",
346347
].map((cmd) => {
347348
console.log(cmd);
348349
$(cmd);

0 commit comments

Comments
 (0)