mirror of https://github.com/KLayout/klayout.git
adding libpng installation in github actions for macos
This commit is contained in:
parent
81504ecd9b
commit
1cc095a404
|
|
@ -24,6 +24,9 @@ before-build = "ccache -s"
|
|||
environment-pass = ["HOST_CCACHE_DIR"]
|
||||
|
||||
[tool.cibuildwheel.macos]
|
||||
before-all = "brew deps --tree --installed"
|
||||
before-all = [
|
||||
"brew install libpng",
|
||||
"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