From c855d7f8c9fee926f9caad89b3e99f04db5d2025 Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Fri, 8 Dec 2023 18:39:37 +0100 Subject: [PATCH] m116-d2c211228d, use EGL #9 --- .github/workflows/build.yml | 2 +- script/build.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7575858..88af110 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: default: 'false' env: - version: m116-f44dbc40d8 + version: m116-d2c211228d jobs: macos: diff --git a/script/build.py b/script/build.py index b081074..b2623b0 100755 --- a/script/build.py +++ b/script/build.py @@ -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()):