forked from Automattic/node-canvas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from adamcin/adamcin/mac-arm64-prebuild
changes to get macos prebuild to pass on arm64 local machine
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
brew update | ||
brew install pkg-config cairo pango librsvg python3 giflib # python3 is for macpack | ||
brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman python3 # python3 is for macpack | ||
brew upgrade python # activates python 3 | ||
pip3 install --break-system-packages --user macpack |