imagemin / gifsicle-bin

gifsicle bin-wrapper that makes it seamlessly available as a local dependency
http://www.lcdf.org/gifsicle/
MIT License
113 stars 52 forks source link

Add ARM slice for macOS #132

Closed codetheweb closed 2 years ago

codetheweb commented 2 years ago

I compiled an ARM version using the embeded source, then combined the two binaries with lipo.

gifsicle-bin on  main [!] is 📦 v6.0.3
➜ file vendor/macos/gifsicle
vendor/macos/gifsicle: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
vendor/macos/gifsicle (for architecture x86_64):    Mach-O 64-bit executable x86_64
vendor/macos/gifsicle (for architecture arm64): Mach-O 64-bit executable arm64