konoui
konoui
Thank you for your report! It needs to handle [ar file format](https://en.wikipedia.org/wiki/Ar_(Unix)). I will address it after investigating the format.
addressed the issue in version [v0.9.0](https://github.com/konoui/lipo/releases/tag/v0.9.0)
Thank you for reaching out. I've been able to reproduce the issue. I'll look into it and follow up soon.
@jdpatdiscord I have released [a new version](https://github.com/konoui/lipo/releases/tag/v0.10.0). please try using it.
@BinSquare, Thank you for pointing this out. I have addressed the lint error.
Sorry, I misunderstood. I've corrected the title.
Thank you for reaching out to me. > Can Lipo be used to create fat-binaries for Linux? No, Linux does not support fat binary. https://en.wikipedia.org/wiki/Fat_binary > A proof-of-concept Ubuntu 9.04...