Build: Fix exclusion not working

This commit is contained in:
Lynix 2017-12-02 14:39:40 +01:00
parent 547ad8682f
commit 02d76aee5d
1 changed files with 4 additions and 0 deletions

View File

@ -658,6 +658,10 @@ local PosixOSes = {
}
function NazaraBuild:Process(infoTable)
if (infoTable.Excluded) then
return false
end
local libraries = {}
for k, library in pairs(infoTable.Libraries) do
local libraryTable = self:GetDependency(infoTable, library)