mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-07 05:07:25 +00:00
6a9c990da7
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
8 lines
73 B
Python
8 lines
73 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|