cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.
142 stars 169 forks source link

Add a options to use -mthumb when building android ABI #22

Closed zilongshanren closed 9 years ago

zilongshanren commented 9 years ago

Some libraries compile with thumb instructions will cause linker fails, such as libcurl

so we should add a option to specify which library should omit -mthumb option.

On default, all libraries should use -mthumb, since it is recommended by NDK.