Skip to content

Commit

Permalink
m116-d2c211228d, use EGL #9
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 8, 2023
1 parent bea683f commit c855d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m116-f44dbc40d8
version: m116-d2c211228d

jobs:
macos:
Expand Down
1 change: 1 addition & 0 deletions script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def main():
'skia_use_system_freetype2=true',
# 'skia_enable_gpu=true',
'extra_cflags_cc=["-frtti"]',
'skia_use_egl=true',
]

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

0 comments on commit c855d7f

Please sign in to comment.