diff options
| author | ruki <[email protected]> | 2025-10-11 16:32:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-11 16:32:43 +0800 |
| commit | 26519750899e1a3ab83dd84a0e12ce4d072e7fa4 (patch) | |
| tree | ec224b5d603c7bbf7e35f5ad35b0ae4508b27007 | |
| parent | 48e51dc4037678cbc9a6c0eb6cd6c27db948ae9b (diff) | |
remove duplicate code
| -rw-r--r-- | xmake/rules/utils/symbols/export_list/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/utils/symbols/export_list/xmake.lua b/xmake/rules/utils/symbols/export_list/xmake.lua index 2aa732af6..f156e22af 100644 --- a/xmake/rules/utils/symbols/export_list/xmake.lua +++ b/xmake/rules/utils/symbols/export_list/xmake.lua @@ -129,7 +129,6 @@ rule("utils.symbols.export_list") if os.isfile(exportfile_tmp) then os.cp(exportfile_tmp, exportfile, {copy_if_different = true}) end - target:data_add("linkdepfiles", exportfile) end end) |
