Skip to content

Commit

Permalink
Fix build for Skia on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Dec 8, 2020
1 parent 90f5f23 commit 74b066a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skia/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ mkdir -p depot_tools
tar --totals -xzf ../depot_tools.tar.gz -C depot_tools
tar --totals -xzf ../skia-$SKIA_VERSION.tar.gz

sedinplace '/for thread in threads:/d' skia-$SKIA_VERSION/tools/git-sync-deps
sedinplace 's/"HAVE_MEMMOVE"/"HAVE_MEMMOVE", "XML_DEV_URANDOM"/g' skia-$SKIA_VERSION/third_party/expat/BUILD.gn
#sedinplace '/sources = tests_sources/,/}/d' skia-$SKIA_VERSION/BUILD.gn
sedinplace /-ffp-contract=fast/d skia-$SKIA_VERSION/BUILD.gn
Expand Down

0 comments on commit 74b066a

Please sign in to comment.