From 195891af3b31e1ef47f800fec9a079475da3ee8f Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 25 Sep 2020 00:03:37 +0800 Subject: fix xcode rule --- xmake/rules/xcode/framework/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/framework/xmake.lua') diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua index 192755729..35264d12f 100644 --- a/xmake/rules/xcode/framework/xmake.lua +++ b/xmake/rules/xcode/framework/xmake.lua @@ -152,7 +152,7 @@ rule("xcode.framework") end -- update files and values to the dependent file - dependinfo.files = {bundledir} + dependinfo.files = {bundledir, target:targetfile()} depend.save(dependinfo, dependfile) end) -- cgit v1.3.1