Skip to content

Commit

Permalink
Build: Use gmake on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Oct 9, 2023
1 parent f99991c commit 3d978ea
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 @@ -83,7 +83,7 @@ before-all = [
"git clone --branch 1.12.5 https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
"./autogen.sh --without-tools",
"make",
"gmake",
"cd ..",
"cp libchafa_src/chafa/.libs/*chafa*.dylib libs/macos",
"python -m pip debug --verbose"
Expand Down

0 comments on commit 3d978ea

Please sign in to comment.