mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
7 lines
115 B
Python
7 lines
115 B
Python
def can_build(env, platform):
|
|
return platform == "osx" or platform == "windows"
|
|
|
|
|
|
def configure(env):
|
|
pass
|