Skip to content

Commit 0a965df

Browse files
committed
fix build configs
1 parent 03a5082 commit 0a965df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/core/package/package.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ end
22732273
-- generate building configs for has_xxx/check_xxx
22742274
function _instance:_generate_build_configs(configs, opt)
22752275
opt = opt or {}
2276-
configs = table.join(self:fetch_librarydeps(), configs)
2276+
configs = table.join(self:fetch_librarydeps() or {}, configs)
22772277
-- since we are ignoring the runtimes of the headeronly library,
22782278
-- we can only get the runtimes from the dependency library to detect the link.
22792279
local runtimes = self:runtimes()

0 commit comments

Comments
 (0)