We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a5082 commit 0a965dfCopy full SHA for 0a965df
xmake/core/package/package.lua
@@ -2273,7 +2273,7 @@ end
2273
-- generate building configs for has_xxx/check_xxx
2274
function _instance:_generate_build_configs(configs, opt)
2275
opt = opt or {}
2276
- configs = table.join(self:fetch_librarydeps(), configs)
+ configs = table.join(self:fetch_librarydeps() or {}, configs)
2277
-- since we are ignoring the runtimes of the headeronly library,
2278
-- we can only get the runtimes from the dependency library to detect the link.
2279
local runtimes = self:runtimes()
0 commit comments