summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-08 00:54:34 +0800
committerruki <[email protected]>2026-01-09 17:59:08 +0800
commitf2184314dfa6d218bc6e0383386ec8bdd7bb8ef2 (patch)
treefcdb170e67374510797fff98c59e12b0d758500d /xmake/core/package/package.lua
parent5a0021308f56cd3399425e87945d66839753c5c3 (diff)
add default scheme
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index a3e09217c..60391c745 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -2490,6 +2490,7 @@ function _instance:schemes_orderlist()
table.insert(schemes_orderlist, scheme.new(name, {package = self}))
end
self._SCHEMES_ORDERLIST = schemes_orderlist
+ self._CURRENT_SCHEME = schemes_orderlist[1]
end
return schemes_orderlist
end