summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-28 00:52:09 +0800
committerruki <[email protected]>2024-05-28 00:52:09 +0800
commitbe0f7c374de2f7a30bf951560bf37b9be38afe85 (patch)
tree8252e3d852caeaccea370a58f35147cd36cc8219 /xmake/core/package/package.lua
parent70f4e6c342796fa77d4d3c129942ae3a7c12013c (diff)
fix pathenvs
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 00c89f241..c65f72afe 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -889,6 +889,7 @@ function _instance:manifest_save()
manifest.mode = self:mode()
manifest.configs = self:configs()
manifest.envs = self:_rawenvs()
+ manifest.pathenvs = self:_pathenvs():to_array()
-- save enabled library deps
if self:librarydeps() then