mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-30 17:05:32 +00:00
9f2c24e8ce
Drop unused xpmfix.sh script.
(cherry picked from commit 76c6007aa6)
7 lines
77 B
Python
7 lines
77 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|