Skip to content

Commit

Permalink
Build: Skip installing imagemagic on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Oct 22, 2023
1 parent d085494 commit 9290bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ before-all = [
[tool.cibuildwheel.macos]
before-all = [
"NONINTERACTIVE=1 /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"",
"brew install make libtool pkg-config glib automake imagemagick",
#"ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
"brew install make libtool pkg-config glib automake",
"ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
"git clone --branch 1.12.5 https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
"./autogen.sh --without-tools",
Expand Down

0 comments on commit 9290bcd

Please sign in to comment.