Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jun 23, 2024
1 parent dc23b83 commit fe59273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion prebuild/macOS/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
'<!(node -p "require(\'node-addon-api\').include_dir")',
'<!@(pkg-config cairo --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config libpng --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config giflib --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config pangocairo --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config freetype2 --cflags-only-I | sed s/-I//g)',
'<!@(pkg-config librsvg-2.0 --cflags-only-I | sed s/-I//g)'
Expand Down
7 changes: 3 additions & 4 deletions prebuild/macOS/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ rm -f /usr/local/bin/python3-config || :

# two or more of these packages have python3 as a dependency, and --overwrite
# doesn't work to make them ignore conflicts. For now just ignore errors, yolo.
brew install --force pkg-config cairo pango librsvg giflib || :
brew install --force pkg-config cairo pango librsvg || :
brew reinstall --force giflib

pkg-config giflib --cflags-only-I
brew --cellar giflib
brew --prefix giflib
ls /opt/homebrew/Cellar/giflib/5.2.2

pip3 install --user --break-system-packages macpack

0 comments on commit fe59273

Please sign in to comment.