h
This commit is contained in:
parent
f5e166c80e
commit
c1852a70dd
1 changed files with 1 additions and 1 deletions
2
lcmk.lua
2
lcmk.lua
|
@ -106,7 +106,7 @@ function getdeps(p, exclude)
|
||||||
local _,_,s = l:find('%s*#include%s*\"(.*)\"')
|
local _,_,s = l:find('%s*#include%s*\"(.*)\"')
|
||||||
if s then
|
if s then
|
||||||
s = concat(dir,s)
|
s = concat(dir,s)
|
||||||
print(s)
|
--print(s)
|
||||||
local dep2 = getdeps(s, deps)
|
local dep2 = getdeps(s, deps)
|
||||||
if not exclude[s] then
|
if not exclude[s] then
|
||||||
for k,v in ipairs(dep2) do
|
for k,v in ipairs(dep2) do
|
||||||
|
|
Loading…
Reference in a new issue