diff options
Diffstat (limited to 'platform/android/detect.py')
| -rw-r--r-- | platform/android/detect.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 437a092323..ad5bfb4949 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -184,7 +184,7 @@ def configure(env):      env.Append(CPPFLAGS=["-isystem", sysroot + "/usr/include"])      env.Append(CPPFLAGS=string.split('-fpic -ffunction-sections -funwind-tables -fstack-protector-strong -fvisibility=hidden -fno-strict-aliasing')) -    env.Append(CPPFLAGS=string.split('-DANDROID -DNO_STATVFS -DGLES2_ENABLED')) +    env.Append(CPPFLAGS=string.split('-DNO_STATVFS -DGLES2_ENABLED'))      env['neon_enabled'] = False      if env['android_arch'] == 'x86':  |