summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-08-06 23:42:54 +0800
committerruki <[email protected]>2025-08-06 23:42:54 +0800
commitbf2c52a5260bf1fe3a9333599e18c4320e352a6b (patch)
treee902139df8aef57925bd72b4a64a6a12faa803f8 /xmake/core/project/project.lua
parenta1a488a62267c9318aa4258e3eeaf759b1783abd (diff)
merge linkgroups extraslinkgroups
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index cbcf8843d..86050ebec 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -566,8 +566,6 @@ function project._load_requires()
local info = {__requirestr = requirestr, __requireconfs = requireconfs}
instance = project_package.load_withinfo(name, info)
end
- print(instance:name())
- instance:dump()
-- add require info
requires[name] = instance