From ff1f08ca4265ec5bee2d739954d2447652ca6ce9 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 22 Aug 2024 10:09:16 +0200 Subject: [PATCH] sanitize rpaths on mac matches linux behavior --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 57635f340..8b624f6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,6 +163,7 @@ CXXFLAGS = "-Wl,-strip-all" [tool.cibuildwheel.macos] before-all = "bash tools/install_libzmq.sh" +repair-wheel-command = "delocate-wheel --sanitize-rpaths --require-archs {delocate_archs} -w {dest_dir} -v {wheel}" [tool.cibuildwheel.macos.environment] # note: everything here needs to also be duplicated in overrides below