From 3d978ea02fa9ed19eb1bb3db8132ae05d59e9bec Mon Sep 17 00:00:00 2001 From: Erica Date: Mon, 9 Oct 2023 23:58:09 +0000 Subject: [PATCH] Build: Use gmake on MacOS --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3101709..3a495d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"