[ACCEPTED]-How do I turn a "fat" library into a "non-fat" library?-compiler-construction
Accepted answer
I am not familiar with lipo
, but from its man page, it 1 looks like you should be able to do this:
lipo libx.a -thin armv6 -output libx-armv6.a
lipo libx.a -thin armv7 -output libx-armv7.a
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.