253fc093b8
Properly expose classes that we actually want accessible.
(cherry picked from commit 0ef8bcac4d
)
5 lines
76 B
Python
5 lines
76 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|