godot/modules/enet/config.py
Rémi Verschelde c31ad71f10 enet: Split enet thirdparty files and allow unbundling
Building against shared libraries only implemented for Linux X11 so far.
TODO: Document Godot's modifications of upstream enet.
2016-10-15 11:50:39 +02:00

7 lines
66 B
Python

def can_build(platform):
return True
def configure(env):
pass