Skip to content

Commit

Permalink
Update skia to m126-1d69d9b-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Aug 1, 2024
1 parent a7775db commit f64efe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
default: 'false'

env:
version: m116-47d3027-1
version: m126-1d69d9b-1

jobs:
macos:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion script/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f64efe7

Please sign in to comment.