3f3f5a5359
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
9 lines
132 B
Python
9 lines
132 B
Python
|
|
|
|
def can_build(platform):
|
|
# FIXME: Disabled temporary for gles3 implementation
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
pass
|