Skip to content

Instantly share code, notes, and snippets.

@fumiya-kume
Created December 31, 2021 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumiya-kume/dde7eaf3f3703cdba95a0514b9a1ffc8 to your computer and use it in GitHub Desktop.
Save fumiya-kume/dde7eaf3f3703cdba95a0514b9a1ffc8 to your computer and use it in GitHub Desktop.
Skia lib build on macOS
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