Skip to content

Commit c855d7f

Browse files
committed
m116-d2c211228d, use EGL #9
1 parent bea683f commit c855d7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
default: 'false'
1515

1616
env:
17-
version: m116-f44dbc40d8
17+
version: m116-d2c211228d
1818

1919
jobs:
2020
macos:

script/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def main():
5050
'skia_use_system_freetype2=true',
5151
# 'skia_enable_gpu=true',
5252
'extra_cflags_cc=["-frtti"]',
53+
'skia_use_egl=true',
5354
]
5455

5556
if (machine == 'arm64') and (machine != common.native_machine()):

0 commit comments

Comments
 (0)