summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-18 00:57:23 +0800
committerruki <[email protected]>2022-10-18 00:57:23 +0800
commite732b8f24940f524f4d7a48ea92cdc91520d8622 (patch)
tree06e928f191ef3509523c3ca77b7cf22de8b796ce /xmake/modules
parent6d8ba20054dca9198f8ac71d5792bf76bcf86c4c (diff)
get package info from components
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/package/manager/xmake/find_package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/xmake/find_package.lua b/xmake/modules/package/manager/xmake/find_package.lua
index 44668d503..a8072e91f 100644
--- a/xmake/modules/package/manager/xmake/find_package.lua
+++ b/xmake/modules/package/manager/xmake/find_package.lua
@@ -206,7 +206,6 @@ function _find_package_from_repo(name, opt)
-- get version and license
result.version = manifest.version or path.filename(path.directory(path.directory(manifest_file)))
result.license = manifest.license
- print(result)
return result
end