Open GoogleCodeExporter opened 9 years ago
Original comment by wizzr...@gmail.com
on 12 Dec 2013 at 2:55
And arm64 please.
Original comment by t...@mi6.gen.nz
on 31 Jul 2014 at 11:08
Just change lines starting from 147 to:
if (${IOS_PLATFORM} STREQUAL "OS")
set (IOS_ARCH armv6 armv7 armv7s arm64)
else (${IOS_PLATFORM} STREQUAL "OS")
set (IOS_ARCH i386 x86_64)
endif (${IOS_PLATFORM} STREQUAL "OS")
btw: armv6 is ignored so it can be removed
Original comment by Limpno...@googlemail.com
on 8 Jan 2015 at 9:15
Original issue reported on code.google.com by
JacobS...@gmail.com
on 11 Dec 2013 at 9:37