Wasn't exporting the plat headers; refactor to make this a little cleaner.

This commit is contained in:
David Given
2016-08-14 11:01:36 +02:00
parent f253b6a169
commit b549980af2
13 changed files with 80 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ for _, plat in ipairs(vars.plats) do
deps = {
"h+emheaders",
"lang/cem/libcc.ansi/headers+headers",
"plat/"..plat.."+headers",
"plat/"..plat.."/include+headers",
},
vars = { plat = plat }
}