diff options
| author | ruki <[email protected]> | 2024-12-17 00:46:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-12-17 00:46:59 +0800 |
| commit | b31c6509a8707ce7847e0ce9ea1322286edf1d30 (patch) | |
| tree | 0b136af3ac36273b3c839e07bde3b4df4dfdcad8 | |
| parent | f113930e9714a5b2b9227f008a08d66c0e725a2a (diff) | |
update comments
| -rw-r--r-- | xmake/modules/package/manager/nuget/install_package.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/package/manager/vcpkg/install_package.lua | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmake/modules/package/manager/nuget/install_package.lua b/xmake/modules/package/manager/nuget/install_package.lua index 902c6ac2b..371dd4391 100644 --- a/xmake/modules/package/manager/nuget/install_package.lua +++ b/xmake/modules/package/manager/nuget/install_package.lua @@ -55,8 +55,6 @@ end -- @param name the package name, e.g. pcre2 -- @param opt the options, e.g. {verbose = true} -- --- @return true or false --- function main(name, opt) local dotnet = find_tool("dotnet") if not dotnet then diff --git a/xmake/modules/package/manager/vcpkg/install_package.lua b/xmake/modules/package/manager/vcpkg/install_package.lua index 6cd92573c..b82739367 100644 --- a/xmake/modules/package/manager/vcpkg/install_package.lua +++ b/xmake/modules/package/manager/vcpkg/install_package.lua @@ -139,8 +139,6 @@ end -- @param name the package name, e.g. pcre2, pcre2/libpcre2-8 -- @param opt the options, e.g. {verbose = true} -- --- @return true or false --- function main(name, opt) -- attempt to find vcpkg |
