File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616 contents : write
1717
1818env :
19- version : m138-c1caa59365c-1
19+ version : m138-9e6b5bff162-2
2020
2121jobs :
2222 macos :
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ Prebuilt binaries can be found [in releases](https://github.com/JetBrains/skia-p
14143 . Update ` version ` in [ .github/workflows/build.yml] ( https://github.com/JetBrains/skia-pack/blob/master/.github/workflows/build.yml ) .
1515
1616## Building locally
17-
17+ Replace SKIA_VERSION with the version you want to build, for example ` m138-9e6b5bff162 ` .
1818Note: Better check build.yml for the detailed command for your machine
1919
2020``` sh
21- python3 script/checkout.py --version m138-9e6b5bff162
21+ python3 script/checkout.py --version SKIA_VERSION
2222python3 script/build.py
23- python3 script/archive.py --version m138-9e6b5bff162
23+ python3 script/archive.py --version SKIA_VERSION
2424```
2525
2626To build a debug build:
2727
2828``` sh
29- python3 script/checkout.py --version m138-9e6b5bff162
29+ python3 script/checkout.py --version SKIA_VERSION
3030python3 script/build.py --build-type Debug
31- python3 script/archive.py --version m138-9e6b5bff162 --build-type Debug
31+ python3 script/archive.py --version SKIA_VERSION --build-type Debug
3232```
3333
3434### Windows-specific
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ def main():
4444 'modules/skcms/*.h' ,
4545 'modules/skunicode/include/*.h' ,
4646 'modules/skunicode/src/*.h' ,
47+ 'modules/jsonreader/*.h' ,
4748 'src/base/*.h' ,
4849 'src/core/*.h' ,
4950 'src/gpu/ganesh/gl/*.h' ,
You can’t perform that action at this time.
0 commit comments