Skip to content

Commit 57eae33

Browse files
committed
bundle static libzmq on ios
1 parent 134c6b6 commit 57eae33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,8 @@ repair-wheel-command = "delocate-wheel --sanitize-rpaths --require-archs {deloca
186186
ZMQ_PREFIX = "/tmp/zmq"
187187
MACOSX_DEPLOYMENT_TARGET = "10.15"
188188

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-
193189
[tool.cibuildwheel.ios.environment]
194-
ZMQ_PREFIX = "/tmp/zmq"
190+
ZMQ_PREFIX = "bundled"
195191

196192
[tool.cibuildwheel.windows]
197193
before-all = "python buildutils/bundle.py licenses"

0 commit comments

Comments
 (0)