Skip to content

Commit

Permalink
Merge pull request #8 from yukinarit/fix-symbol-not-found-for-apple-m1
Browse files Browse the repository at this point in the history
fix: symbol not found for Apple M1 chip
  • Loading branch information
yukinarit authored Dec 10, 2021
2 parents c7c5eca + 2936e31 commit 63658d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
sources=["apng2gif.cpp", "py.cpp"] + zlib + libpng,
include_dirs=["libpng", "zlib"],
language="c++",
extra_compile_args=["-DPNG_ARM_NEON_OPT=0"],
)

setup(
Expand Down

0 comments on commit 63658d8

Please sign in to comment.