diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-16 12:27:43 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-16 12:27:57 +0100 |
commit | eebca76be5c75a98ad150772cdcb7f11c10ce8ec (patch) | |
tree | 5c2d608b3514f08da6a8e6b0bfcaca115f3b151a /platform/iphone/detect.py | |
parent | 72bfd10fa4c3b07a7dd0ef80373be83b60129018 (diff) | |
download | redot-engine-eebca76be5c75a98ad150772cdcb7f11c10ce8ec.tar.gz |
SCons: Drop unused MPC_FIXED_POINT define
Diffstat (limited to 'platform/iphone/detect.py')
-rw-r--r-- | platform/iphone/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 797a7d31aa..d0e6a4cefe 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -173,7 +173,7 @@ def configure(env): env['ENV']['CODESIGN_ALLOCATE'] = '/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate' env.Append(CPPPATH=['#platform/iphone']) - env.Append(CPPFLAGS=['-DIPHONE_ENABLED', '-DUNIX_ENABLED', '-DGLES_ENABLED', '-DMPC_FIXED_POINT', '-DCOREAUDIO_ENABLED']) + env.Append(CPPFLAGS=['-DIPHONE_ENABLED', '-DUNIX_ENABLED', '-DGLES_ENABLED', '-DCOREAUDIO_ENABLED']) # TODO: Move that to opus module's config if 'module_opus_enabled' in env and env['module_opus_enabled']: |