diff options
| -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 |
