summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-22 22:46:47 +0800
committerruki <[email protected]>2025-12-22 22:46:47 +0800
commita699d95a122367dba7e92b5772430b8b6bf3fa72 (patch)
tree9532936986f626ad32fbbd6b7b08ffcbc3c567bd /xmake/core/package/package.lua
parentb626131f4dd8e329718c175a5430cf0b48266a1d (diff)
remove load deprecated xmake.lua in repository rootdir
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 4a32bbdf7..780bf6608 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -3109,11 +3109,6 @@ function package.load_from_repository(packagename, packagedir, opt)
return instance
end
- -- load repository first for checking the xmake minimal version (deprecated)
- local repo = opt.repo
- if repo then
- repo:load()
- end
-- find the package script path
local scriptpath = opt.packagefile