d9a291f641
Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus.
6 lines
66 B
Python
6 lines
66 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|