Skip to content

Commit 706cf97

Browse files
authored
chore(🐘): disable skia_use_gl in skia-configuration (#3501)
1 parent de165a3 commit 706cf97

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
@@ -306,6 +306,7 @@ export const configurations = {
306306
},
307307
args: [
308308
["skia_use_metal", true],
309+
["skia_use_gl", false],
309310
["cc", '"clang"'],
310311
["cxx", '"clang++"'],
311312
...ParagraphArgsApple,

0 commit comments

Comments
 (0)