From cfaeb9291bb1c2d1c03c5359ad8860c4b8b54b37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 4 Mar 2013 13:36:42 +0200 Subject: [PATCH] clean platform_locale_settings from non-linux --- clean-source.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clean-source.sh b/clean-source.sh index 24ee663..069ba6b 100755 --- a/clean-source.sh +++ b/clean-source.sh @@ -29,6 +29,10 @@ remove_nonessential_dirs() { -name '*.m' \ ')' | xargs rm -vf + find -regextype posix-extended \ + -regex '.*_(win|cros|mac)_.*.xtb' \ + -print -delete + local dir for dir in \ android_webview \ -- 2.44.0