From 65a61883c1819c7ceef48b7769e757a48d1ddf29 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Sat, 14 Oct 2023 17:54:18 +0100 Subject: [PATCH] Use meson with PR #12375 applied so ninja install works on mac --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7353009..e9906633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ doc = ["pelican", "docutils >=0.16", "markupsafe >= 2.0.0" ] #doc = ["pelican", "doxygen"] [build-system] -requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@mac-homebrew", "ninja", "meson-python == 0.13.2", "cmake"] +requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@homebrew-fixes", "ninja", "meson-python == 0.13.2", "cmake"] build-backend = "mesonpy" [tool.cibuildwheel.linux]