Skip to content

Commit c440c24

Browse files
committed
remove unused codes
1 parent 636cacf commit c440c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/core/project/target.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ function _instance:headerfiles(outputdir, opt)
20262026

20272027
-- get header files?
20282028
opt = opt or {}
2029-
local headers = table.join(headers or {}, self:get("headerfiles"))
2029+
local headers = self:get("headerfiles")
20302030
-- add_headerfiles("src/*.h", {install = false})
20312031
-- @see https://github.com/xmake-io/xmake/issues/2577
20322032
if opt.installonly then

0 commit comments

Comments
 (0)