Created
December 31, 2021 07:17
-
-
Save fumiya-kume/dde7eaf3f3703cdba95a0514b9a1ffc8 to your computer and use it in GitHub Desktop.
Skia lib build on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin/gn gen out/release \ | |
--args="is_official_build=true \ | |
skia_use_libjpeg_turbo_decode=false \ | |
skia_use_libjpeg_turbo_encode=false \ | |
extra_cflags_cc=[\"-frtti\"] \ | |
skia_use_system_libwebp = false \ | |
skia_use_system_harfbuzz = false \ | |
skia_use_system_libpng = false \ | |
is_component_build = false \ | |
" | |
ninja -C out/release skia |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment