Skip to content

Commit d452747

Browse files
committed
Apple silicon: build libheif with patches[ci skip]
1 parent 147bda4 commit d452747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/wheels_m1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# From project folder run: `python3 .github/wheels_m1.py`
88
if __name__ == "__main__":
99
try:
10+
run("brew uninstall libheif".split(), check=False)
11+
run("brew install --formula ./libheif/macos/libheif.rb".split(), check=True)
1012
print("Installing cibuildwheel...")
1113
args = [executable]
1214
args += "-m pip install -U cibuildwheel".split()

0 commit comments

Comments
 (0)