chromium: fix crashpad build
This commit is contained in:
parent
a4867b30d1
commit
584006a85e
@ -198,8 +198,10 @@ let
|
|||||||
tar -xJf ${freetype_source}
|
tar -xJf ${freetype_source}
|
||||||
|
|
||||||
# remove unused third-party
|
# remove unused third-party
|
||||||
|
# in third_party/crashpad third_party/zlib contains just a header-adapter
|
||||||
for lib in ${toString gnSystemLibraries}; do
|
for lib in ${toString gnSystemLibraries}; do
|
||||||
find -type f -path "*third_party/$lib/*" \
|
find -type f -path "*third_party/$lib/*" \
|
||||||
|
\! -path "*third_party/crashpad/crashpad/third_party/zlib/*" \
|
||||||
\! -path "*third_party/$lib/chromium/*" \
|
\! -path "*third_party/$lib/chromium/*" \
|
||||||
\! -path "*third_party/$lib/google/*" \
|
\! -path "*third_party/$lib/google/*" \
|
||||||
\! -path "*base/third_party/icu/*" \
|
\! -path "*base/third_party/icu/*" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user