We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8037c90 commit dc23b83Copy full SHA for dc23b83
prebuild/macOS/preinstall.sh
@@ -12,4 +12,8 @@ rm -f /usr/local/bin/python3-config || :
12
# doesn't work to make them ignore conflicts. For now just ignore errors, yolo.
13
brew install --force pkg-config cairo pango librsvg giflib || :
14
15
+pkg-config giflib --cflags-only-I
16
+brew --cellar giflib
17
+brew --prefix giflib
18
+
19
pip3 install --user --break-system-packages macpack
0 commit comments