mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Python
		
	
	
	
	
	
def can_build(env, platform):
 | 
						|
    # Godot only uses it in the editor, but ANGLE depends on it and we had
 | 
						|
    # to remove the copy from prebuilt ANGLE libs to solve symbol clashes.
 | 
						|
    return env.editor_build or env.get("angle_libs")
 | 
						|
 | 
						|
 | 
						|
def configure(env):
 | 
						|
    pass
 |