Skip to content

Commit

Permalink
Fix compilation problems of Skia on macOS with libjpeg turbo (fix ase…
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap authored Feb 23, 2019
1 parent 4035952 commit 56d2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ several minutes to finish:
export PATH="${PWD}/depot_tools:${PATH}"
cd skia
python tools/git-sync-deps
gn gen out/Release --args="is_official_build=true skia_use_system_expat=false skia_use_system_icu=false skia_use_system_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false extra_cflags_cc=[\"-frtti\"]"
gn gen out/Release --args="is_official_build=true skia_use_system_expat=false skia_use_system_icu=false skia_use_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false extra_cflags_cc=[\"-frtti\"]"
ninja -C out/Release skia

After this you should have all Skia libraries compiled. When you
Expand Down

0 comments on commit 56d2d14

Please sign in to comment.