From 1cb688b8a4377c521a7dfd23df4de239cc19c817 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 24 Sep 2017 22:35:50 +0800 Subject: remove copy target for xmake core --- core/src/demo/xmake.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/src') diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua index 41a51586d..e373e53f3 100644 --- a/core/src/demo/xmake.lua +++ b/core/src/demo/xmake.lua @@ -38,8 +38,4 @@ target("demo") add_links("pthread", "dl", "m", "c") end - -- copy target file to 'build\xmake' - after_build(function (target) - os.cp(target:targetfile(), "$(buildir)") - end) -- cgit v1.3.1