diff options
Diffstat (limited to 'xmake/rules/xcode/bundle/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/bundle/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/bundle/xmake.lua b/xmake/rules/xcode/bundle/xmake.lua index 183f6cb84..d83920b48 100644 --- a/xmake/rules/xcode/bundle/xmake.lua +++ b/xmake/rules/xcode/bundle/xmake.lua @@ -101,7 +101,7 @@ rule("xcode.bundle") codesign(bundledir, target:values("xcode.codesign_identity") or get_config("xcode_codesign_identity")) -- update files and values to the dependent file - dependinfo.files = {bundledir} + dependinfo.files = {bundledir, target:targetfile()} depend.save(dependinfo, dependfile) end) |
