|
|
@ -282,9 +282,7 @@ package("boost") |
|
|
|
local info = dep:fetch({external = false}) |
|
|
|
local info = dep:fetch({external = false}) |
|
|
|
if info then |
|
|
|
if info then |
|
|
|
local includedirs = table.wrap(info.sysincludedirs or info.includedirs) |
|
|
|
local includedirs = table.wrap(info.sysincludedirs or info.includedirs) |
|
|
|
if #includedirs == 0 then |
|
|
|
if #includedirs != 0 then |
|
|
|
includedirs = "" |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
for i, dir in ipairs(includedirs) do |
|
|
|
for i, dir in ipairs(includedirs) do |
|
|
|
includedirs[i] = path.unix(dir) |
|
|
|
includedirs[i] = path.unix(dir) |
|
|
|
end |
|
|
|
end |
|
|
|