diff options
| author | ruki <[email protected]> | 2025-08-06 23:42:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-06 23:42:54 +0800 |
| commit | bf2c52a5260bf1fe3a9333599e18c4320e352a6b (patch) | |
| tree | e902139df8aef57925bd72b4a64a6a12faa803f8 /xmake/core/project | |
| parent | a1a488a62267c9318aa4258e3eeaf759b1783abd (diff) | |
merge linkgroups extraslinkgroups
Diffstat (limited to 'xmake/core/project')
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
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 |
