We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134c6b6 commit 57eae33Copy full SHA for 57eae33
pyproject.toml
@@ -186,12 +186,8 @@ repair-wheel-command = "delocate-wheel --sanitize-rpaths --require-archs {deloca
186
ZMQ_PREFIX = "/tmp/zmq"
187
MACOSX_DEPLOYMENT_TARGET = "10.15"
188
189
-[tool.cibuildwheel.ios]
190
-before-all = "bash tools/install_libzmq.sh"
191
-repair-wheel-command = "delocate-wheel --sanitize-rpaths --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
192
-
193
[tool.cibuildwheel.ios.environment]
194
-ZMQ_PREFIX = "/tmp/zmq"
+ZMQ_PREFIX = "bundled"
195
196
[tool.cibuildwheel.windows]
197
before-all = "python buildutils/bundle.py licenses"
0 commit comments