summaryrefslogtreecommitdiff
path: root/core/src/cli/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/cli/xmake.lua')
-rw-r--r--core/src/cli/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/cli/xmake.lua b/core/src/cli/xmake.lua
index 96709daeb..8a94aa974 100644
--- a/core/src/cli/xmake.lua
+++ b/core/src/cli/xmake.lua
@@ -63,8 +63,6 @@ target("cli")
add_installfiles("$(projectdir)/../scripts/xrepo.ps1")
set_prefixdir("/", {bindir = "/"})
after_install(function (target)
- os.rm(target:libdir())
- os.rm(target:includedir())
os.cp(path.join(os.programdir(), "winenv"), target:installdir())
end)
else