diff options
Diffstat (limited to 'xmake/rules/xcode/application/load.lua')
| -rw-r--r-- | xmake/rules/xcode/application/load.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/rules/xcode/application/load.lua b/xmake/rules/xcode/application/load.lua index ddac69126..b98c4e257 100644 --- a/xmake/rules/xcode/application/load.lua +++ b/xmake/rules/xcode/application/load.lua @@ -39,11 +39,6 @@ function main (target) -- set target directory for app target:set("kind", "binary") target:set("filename", target:basename()) - if is_plat("macosx") then - target:set("targetdir", path.join(contentsdir, "MacOS")) - else - target:set("targetdir", bundledir) - end -- set install directory if is_plat("macosx") and not target:get("installdir") then |
