mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-18 20:18:04 +00:00
Properly expose classes that we actually want accessible.
(cherry picked from commit 0ef8bcac4d)
6 lines
76 B
Python
6 lines
76 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|