summaryrefslogtreecommitdiff
path: root/core/src/cli/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-10 00:43:29 +0800
committerruki <[email protected]>2024-12-10 00:43:29 +0800
commit22983c42f8532c5411d4a1670535182e10155fac (patch)
treebb686ed8c509f95c6d810bfb1fe6b0b922d11931 /core/src/cli/xmake.lua
parentc322404f968a936cb03e3489082a3e54888350d5 (diff)
update cli
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