mirror of https://github.com/axmolengine/axmol.git
fix android build for libjpeg-turbo [ci build]
This commit is contained in:
parent
5056eb9ef2
commit
82ee7e7c61
|
@ -1,8 +1,6 @@
|
|||
// By halx99, This file is only workaround for build ios combined archs
|
||||
#if defined(__APPLE__)
|
||||
#if defined(__arm__)
|
||||
#if defined(__arm__)
|
||||
#include "arm/jsimd.c"
|
||||
#elif defined(__arm64__)
|
||||
#elif defined(__arm64__)
|
||||
#include "arm64/jsimd.c"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
// By halx99, This file is only workaround for build ios combined archs
|
||||
#if defined(__APPLE__)
|
||||
#if defined(__arm__)
|
||||
#if defined(__arm__)
|
||||
#include "arm/jsimd_neon.S"
|
||||
#elif defined(__arm64__)
|
||||
#elif defined(__arm64__)
|
||||
#include "arm64/jsimd_neon.S"
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue