mirror of https://github.com/KLayout/klayout.git
repairing macos wheel
This commit is contained in:
parent
7c6ac22c51
commit
83ffe53433
|
|
@ -24,6 +24,6 @@ before-build = "ccache -s"
|
|||
environment-pass = ["HOST_CCACHE_DIR"]
|
||||
|
||||
[tool.cibuildwheel.macos]
|
||||
# Don't repair macOS wheels
|
||||
repair-wheel-command = ""
|
||||
before-all = "brew deps --tree --installed"
|
||||
before-all = "brew deps --tree --installed"
|
||||
# Repair macOS wheels (include libpng with the wheel, for example)
|
||||
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v --ignore-missing-dependencies {wheel}"
|
||||
Loading…
Reference in New Issue