summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-29 22:28:01 +0800
committerruki <[email protected]>2024-11-29 22:28:01 +0800
commit91a2d4f05b1ba4814678a3f556c88a50eaa53a8d (patch)
tree7ad73d9faf65bd0bfaf6613a1f16999da5e8caeb
parent7a545f48f4c3bc9c21f46d22df8562756d9894cc (diff)
update winenv #5251
-rw-r--r--core/xpack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xpack.lua b/core/xpack.lua
index 0f704f49e..9b10839f3 100644
--- a/core/xpack.lua
+++ b/core/xpack.lua
@@ -35,7 +35,7 @@ xpack("xmake")
local format = package:format()
if package:is_plat("windows") and (format == "nsis" or format == "wix" or format == "zip") then
local winenv = path.join(os.programdir(), "winenv")
- if os.isdir(winenv) then
+ if false then -- os.isdir(winenv) then
package:add("installfiles", path.join(winenv, "**"), {rootdir = path.directory(winenv)})
else
local arch = package:arch()