From 461b9331e67fe88062057ecdee53eb4cabc09e3c Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 31 Oct 2023 23:05:47 +0800 Subject: pass includes to find_package --- xmake/core/package/package.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1