c31ad71f10
Building against shared libraries only implemented for Linux X11 so far. TODO: Document Godot's modifications of upstream enet.
6 lines
66 B
Python
6 lines
66 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|