diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2017-09-29 15:22:42 -0300 |
---|---|---|
committer | Marcelo <marcelofg55@gmail.com> | 2017-09-30 02:16:42 -0300 |
commit | 12d40fa03f95cccfb6af994b03576f78af314891 (patch) | |
tree | ee52f1c69be6e14f77b382e06143cbeb54cd0f04 /platform/iphone/detect.py | |
parent | 2c5fa0947d724c0dcb24643f692f7a9d686a5490 (diff) | |
download | redot-engine-12d40fa03f95cccfb6af994b03576f78af314891.tar.gz |
Merged iphone and osx audio drivers into drivers/coreaudio
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 dd4db0b1cd..00d8a59f74 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -148,7 +148,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', '-DGLES2_ENABLED', '-DMPC_FIXED_POINT']) + env.Append(CPPFLAGS=['-DIPHONE_ENABLED', '-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DMPC_FIXED_POINT', '-DCOREAUDIO_ENABLED']) # TODO: Move that to opus module's config if 'module_opus_enabled' in env and env['module_opus_enabled']: |