summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-01-12 00:44:46 +0800
committerruki <[email protected]>2024-01-12 00:44:46 +0800
commit7cfdda07ab460cac40ef42f74fe4430f34b559be (patch)
tree97c77374bae317480ae53f8877230f38925d0009 /xmake/core/package/package.lua
parent5ed8be2195cbf1001fcae218e67a06a6164d57e9 (diff)
fix snippets argument
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index e30e13260..4190c43c1 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -1765,7 +1765,7 @@ function _instance:find_package(name, opt)
sourcekind = opt.sourcekind,
package = self,
funcs = opt.funcs,
- snippets = snippets,
+ snippets = opt.snippets,
includes = opt.includes})
end