diff options
| author | ruki <[email protected]> | 2015-05-14 14:38:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-14 14:38:30 +0800 |
| commit | b303b16817e3773c729f2cd1096d685b491db75b (patch) | |
| tree | e1782f1bfe8e873554ce2818a3008726e2e030e6 /tests/console | |
| parent | 914fd0881e2242f01b497650dd09432316aa48d3 (diff) | |
register configure and impl project.lua
Diffstat (limited to 'tests/console')
| -rw-r--r-- | tests/console/xmake.xconf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/console/xmake.xconf b/tests/console/xmake.xconf index 7f55bbfba..78eb158ee 100644 --- a/tests/console/xmake.xconf +++ b/tests/console/xmake.xconf @@ -4,10 +4,10 @@ return { plat = "macosx" , arch = "x64" - , packages = "pkg" - , mode = "release" - , output = "build" , host = "macosx" + , output = "build" + , mode = "release" + , packages = "pkg" } } |
