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.
This commit is contained in:
Rémi Verschelde
2016-10-10 19:50:51 +02:00
parent 16ba665db6
commit c31ad71f10
26 changed files with 107 additions and 11 deletions

View File

@ -1,11 +1,6 @@
def can_build(platform):
return True
return True
def configure(env):
pass