Build: Improve coherence

This will prevent regeneration of the project for no reason.
There's a remaining bug with the units tests (which sometimes are processed before SDK, thus ending with less dependencies libraries)
This commit is contained in:
Lynix
2018-01-14 14:24:23 +01:00
parent fe278bae4b
commit 0b2d5b9332
3 changed files with 13 additions and 7 deletions

View File

@@ -27,5 +27,8 @@ TOOL.Libraries = function()
table.insert(libraries, "Nazara" .. v.Name)
end
-- Keep libraries in the same order to prevent useless premake regeneration
table.sort(libraries)
return libraries
end