We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea683f commit c855d7fCopy full SHA for c855d7f
.github/workflows/build.yml
@@ -14,7 +14,7 @@ on:
14
default: 'false'
15
16
env:
17
- version: m116-f44dbc40d8
+ version: m116-d2c211228d
18
19
jobs:
20
macos:
script/build.py
@@ -50,6 +50,7 @@ def main():
50
'skia_use_system_freetype2=true',
51
# 'skia_enable_gpu=true',
52
'extra_cflags_cc=["-frtti"]',
53
+ 'skia_use_egl=true',
54
]
55
56
if (machine == 'arm64') and (machine != common.native_machine()):
0 commit comments