diff options
Diffstat (limited to 'xmake/core/package/package.lua')
| -rw-r--r-- | xmake/core/package/package.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua index 187f5e2dd..522badc9c 100644 --- a/xmake/core/package/package.lua +++ b/xmake/core/package/package.lua @@ -1742,6 +1742,7 @@ function _instance:find_package(name, opt) buildhash = self:buildhash(), -- for xmake package or 3rd package manager, e.g. go:: .. cachekey = opt.cachekey or "fetch_package_system", external = opt.external, + includes = opt.includes, -- system/find_package need it system = system}) end |
