summaryrefslogtreecommitdiff
path: root/tests/console/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-11 22:43:21 +0800
committerruki <[email protected]>2015-05-11 22:43:21 +0800
commit3b93e699c16862a1c29c2047425ce3d8a4827ea7 (patch)
treeb83a3422f28efc68b2c66821681ddf117522986d /tests/console/xmake.lua
parentf2313cc0c48b37b7aa6222457325a23ad62e1fd8 (diff)
save and load .config.lua
Diffstat (limited to 'tests/console/xmake.lua')
-rw-r--r--tests/console/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/console/xmake.lua b/tests/console/xmake.lua
index eda4779fc..bd91a9490 100644
--- a/tests/console/xmake.lua
+++ b/tests/console/xmake.lua
@@ -1,3 +1,4 @@
+--[[
project "console"
target "hello1"
@@ -54,4 +55,4 @@ project "console"
plarforms { "macosx", "ios" }
ldflags { "-framework Cocoa", "-framework IOKit" }
-
+]]