diff options
| author | Liu <[email protected]> | 2019-12-02 21:32:50 +0800 |
|---|---|---|
| committer | Liu <[email protected]> | 2019-12-02 21:33:15 +0800 |
| commit | 30d4183095aa5dcdb9cbe00b1b48e45ca31424fe (patch) | |
| tree | b8e47b54d84dab64cc9a65e101fcc947e52ea6cc /xmake/templates/objc++ | |
| parent | 45b739d927c89d93d85f626ab77dee70746c1cd3 (diff) | |
clear tail white space
Diffstat (limited to 'xmake/templates/objc++')
| -rw-r--r-- | xmake/templates/objc++/console/project/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/templates/objc++/console/project/xmake.lua b/xmake/templates/objc++/console/project/xmake.lua index 736de146c..dda69c1f7 100644 --- a/xmake/templates/objc++/console/project/xmake.lua +++ b/xmake/templates/objc++/console/project/xmake.lua @@ -1,4 +1,4 @@ --- add modes: debug and release +-- add modes: debug and release add_rules("mode.debug", "mode.release") -- add target @@ -8,7 +8,7 @@ target("${TARGETNAME}") set_kind("binary") -- add files - add_files("src/*.mm") + add_files("src/*.mm") -- for macosx or ios if is_os("macosx", "ios") then |
