mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	SCons: Drop unused MPC_FIXED_POINT define
This commit is contained in:
		
							parent
							
								
									72bfd10fa4
								
							
						
					
					
						commit
						eebca76be5
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -295,7 +295,7 @@ def configure(env): | ||||||
|                         '/toolchains/' + target_subpath + '/prebuilt/' + host_subpath + '/' + abi_subpath + '/lib']) |                         '/toolchains/' + target_subpath + '/prebuilt/' + host_subpath + '/' + abi_subpath + '/lib']) | ||||||
| 
 | 
 | ||||||
|     env.Append(CPPPATH=['#platform/android']) |     env.Append(CPPPATH=['#platform/android']) | ||||||
|     env.Append(CPPFLAGS=['-DANDROID_ENABLED', '-DUNIX_ENABLED', '-DNO_FCNTL', '-DMPC_FIXED_POINT']) |     env.Append(CPPFLAGS=['-DANDROID_ENABLED', '-DUNIX_ENABLED', '-DNO_FCNTL']) | ||||||
|     env.Append(LIBS=['OpenSLES', 'EGL', 'GLESv3', 'android', 'log', 'z', 'dl']) |     env.Append(LIBS=['OpenSLES', 'EGL', 'GLESv3', 'android', 'log', 'z', 'dl']) | ||||||
| 
 | 
 | ||||||
|     # TODO: Move that to opus module's config |     # TODO: Move that to opus module's config | ||||||
|  |  | ||||||
|  | @ -173,7 +173,7 @@ def configure(env): | ||||||
|     env['ENV']['CODESIGN_ALLOCATE'] = '/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate' |     env['ENV']['CODESIGN_ALLOCATE'] = '/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate' | ||||||
| 
 | 
 | ||||||
|     env.Append(CPPPATH=['#platform/iphone']) |     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 |     # TODO: Move that to opus module's config | ||||||
|     if 'module_opus_enabled' in env and env['module_opus_enabled']: |     if 'module_opus_enabled' in env and env['module_opus_enabled']: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde