mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			92 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								def can_build(env, platform):
							 | 
						||
| 
								 | 
							
								    return platform == 'iphone'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								def configure(env):
							 | 
						||
| 
								 | 
							
								    pass
							 |