This commit is contained in:
lemon-sherbet 2018-11-14 19:52:29 +01:00
parent f5e166c80e
commit c1852a70dd
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function getdeps(p, exclude)
local _,_,s = l:find('%s*#include%s*\"(.*)\"')
if s then
s = concat(dir,s)
print(s)
--print(s)
local dep2 = getdeps(s, deps)
if not exclude[s] then
for k,v in ipairs(dep2) do