summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/demo/xmake.lua4
1 files changed, 0 insertions, 4 deletions
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)