Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored May 25, 2024
1 parent b1839fe commit a0d831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ 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 --force --overwrite make libtool pkg-config glib automake",
"brew install --force --overwrite make", # libtool pkg-config glib automake",
"ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
"git clone --branch $CHAFA_VERSION https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
Expand Down

0 comments on commit a0d831d

Please sign in to comment.