DotDashPay / ios-cmake

Automatically exported from code.google.com/p/ios-cmake
0 stars 0 forks source link

Please add armv7s #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add armv7s

Original issue reported on code.google.com by JacobS...@gmail.com on 11 Dec 2013 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by wizzr...@gmail.com on 12 Dec 2013 at 2:55

GoogleCodeExporter commented 8 years ago
And arm64 please.

Original comment by t...@mi6.gen.nz on 31 Jul 2014 at 11:08

GoogleCodeExporter commented 8 years ago
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