Build/NDKServer: Fix dependencies, allowing it to exists in server mode
Former-commit-id: 3e6b164743c5b0ef10f0dc214c09fef247a13878 [formerly 0890cc70c875ac0e0aba3090aa7afa344b5b1e52] Former-commit-id: 56bb3c78830d2e5b64b4a9812020b2eeb9c15979
This commit is contained in:
parent
b2351e6ef2
commit
e4a7a7e858
|
|
@ -37,13 +37,11 @@ TOOL.FilesExcluded = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TOOL.Libraries = function()
|
TOOL.Libraries = {
|
||||||
local libraries = {}
|
"NazaraCore",
|
||||||
for k,v in pairs(NazaraBuild.Modules) do
|
"NazaraLua",
|
||||||
if (not v.ClientOnly) then
|
"NazaraNetwork",
|
||||||
table.insert(libraries, "Nazara" .. v.Name)
|
"NazaraNoise",
|
||||||
end
|
"NazaraPhysics",
|
||||||
end
|
"NazaraUtility"
|
||||||
|
}
|
||||||
return libraries
|
|
||||||
end
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue