mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
Moved enet to it's module.
This commit is contained in:
parent
729f399746
commit
c8a9076767
@ -10,7 +10,7 @@ env_enet = env_modules.Clone()
|
||||
thirdparty_obj = []
|
||||
|
||||
if env["builtin_enet"]:
|
||||
thirdparty_dir = "#thirdparty/enet/"
|
||||
thirdparty_dir = "enet/"
|
||||
thirdparty_sources = [
|
||||
"pandemonium.cpp",
|
||||
"callbacks.c",
|
||||
|
Loading…
Reference in New Issue
Block a user