diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a44b90..341c345 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ on: default: 'false' env: - version: m116-47d3027-1 + version: m126-1d69d9b-1 jobs: macos: diff --git a/README.md b/README.md index ce15e42..e3c2e3a 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p ## Building locally ```sh -python3 script/checkout.py --version m116-47d3027-1 +python3 script/checkout.py --version m126-1d69d9b-1 python3 script/build.py -python3 script/archive.py --version m116-47d3027-1 +python3 script/archive.py --version m126-1d69d9b-1 ``` To build a debug build: ```sh -python3 script/checkout.py --version m116-47d3027-1 +python3 script/checkout.py --version m126-1d69d9b-1 python3 script/build.py --build-type Debug -python3 script/archive.py --version m116-47d3027-1 --build-type Debug +python3 script/archive.py --version m126-1d69d9b-1 --build-type Debug ``` diff --git a/script/build.py b/script/build.py index 87e5854..1687a42 100755 --- a/script/build.py +++ b/script/build.py @@ -112,7 +112,7 @@ def main(): 'skia_enable_tools=false', 'skia_enable_fontmgr_custom_directory=false', 'skia_enable_fontmgr_custom_embedded=true', - 'skia_enable_fontmgr_custom_empty=false', + 'skia_enable_fontmgr_custom_empty=true', 'skia_use_webgl=true', 'skia_gl_standard="webgl"', 'skia_use_gl=true',