Skip to content

Commit 979390d

Browse files
committed
Clean pre-installed libdeflate
1 parent a2511c5 commit 979390d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildconfig/macdependencies/clean_usr_local.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ln -s /usr/bin/git /opt/homebrew/bin/git
1515
rm -rf /usr/local/lib/libtiff*
1616
rm -rf /usr/local/lib/libzstd*
1717
rm -rf /usr/local/lib/libwebp*
18+
rm -rf /usr/local/lib/libdeflate*
1819
rm -rf /usr/local/lib/libsndfile*
1920
rm -rf /usr/local/lib/glib*
2021
rm -rf /usr/local/lib/libglib*
@@ -27,6 +28,7 @@ rm -rf /usr/local/opt/freetype*
2728

2829
rm -rf /usr/local/Cellar/libtiff /opt/homebrew/Cellar/libtiff
2930
rm -rf /usr/local/Cellar/libsndfile /opt/homebrew/Cellar/libsndfile
31+
rm -rf /usr/local/Cellar/libdeflate* /opt/homebrew/Cellar/libdeflate*
3032
rm -rf /usr/local/Cellar/glib /opt/homebrew/Cellar/glib
3133
rm -rf /usr/local/Cellar/brotli /opt/homebrew/Cellar/brotli
3234
rm -rf /usr/local/Cellar/pcre* /opt/homebrew/Cellar/pcre*

0 commit comments

Comments
 (0)