diff options
| author | ruki <[email protected]> | 2018-06-07 23:52:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-07 17:12:51 +0800 |
| commit | bbd866243423fab4d786586bd0bb7e400c1c5a88 (patch) | |
| tree | 96d7fb5053bf3408e81fbe043fede6bde8a36e55 /xmake/templates/objc | |
| parent | 9567b4e22325d2e22bde33f9b9273b0408cd1d33 (diff) | |
fix modes for template
Diffstat (limited to 'xmake/templates/objc')
| -rw-r--r-- | xmake/templates/objc/console/project/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/objc/console/project/xmake.lua b/xmake/templates/objc/console/project/xmake.lua index 9b2fb3343..04d70929f 100644 --- a/xmake/templates/objc/console/project/xmake.lua +++ b/xmake/templates/objc/console/project/xmake.lua @@ -1,6 +1,6 @@ -- add modes: debug and release -add_rules("mode:debug", "mode:release") +add_rules("mode.debug", "mode.release") -- add frameworks add_frameworks("Foundation", "CoreFoundation") |
