diff options
| author | ruki <[email protected]> | 2017-03-01 17:35:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-01 17:35:30 +0800 |
| commit | 2db00e130e92302f04eaba6e4c2936fe0879b5fc (patch) | |
| tree | 5426c16d495416d66a11c9eb7f95195a9510d872 /tests/console_c/xmake.lua | |
| parent | 1ab4daf4fbdd148dc5b3ee879d36e9829e4753d7 (diff) | |
fix buildir bug
Diffstat (limited to 'tests/console_c/xmake.lua')
| -rwxr-xr-x | tests/console_c/xmake.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/console_c/xmake.lua b/tests/console_c/xmake.lua index 4156f32fc..5bb1a2510 100755 --- a/tests/console_c/xmake.lua +++ b/tests/console_c/xmake.lua @@ -30,12 +30,3 @@ target("console_c") -- add files add_files("src/*.c") - after_build(function(target) - import("core.project.config") - os.cd("src") - print(config.buildir()) - print(vformat("$(scriptdir)")) - print(path.absolute(vformat("$(buildir)"))) - os.cp("main.c", "$(buildir)/aaa") - end) - |
