Skip to content

Commit 636cacf

Browse files
committed
use extraconf again
1 parent a67fb63 commit 636cacf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xmake/plugins/pack/xpack.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function xpack:_copiedfiles(filetype, outputdir)
390390
if not copiedfiles then return end
391391

392392
-- get the extra information
393-
local extrainfo = table.wrap(self:get("__extra_" .. filetype))
393+
local extrainfo = table.wrap(self:extraconf(filetype))
394394

395395
-- get the source paths and destinate paths
396396
local srcfiles = {}

xmake/plugins/pack/xpack_component.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function xpack_component:_copiedfiles(filetype, outputdir)
115115
if not copiedfiles then return end
116116

117117
-- get the extra information
118-
local extrainfo = table.wrap(self:get("__extra_" .. filetype))
118+
local extrainfo = table.wrap(self:extraconf(filetype))
119119

120120
-- get the source paths and destinate paths
121121
local srcfiles = {}

0 commit comments

Comments
 (0)