Build: Fix exclusion not working
This commit is contained in:
parent
547ad8682f
commit
02d76aee5d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue