From 0f90b217b3e6351e1e9d2f4145beafbd28553ee2 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 27 Dec 2025 20:41:50 +0800 Subject: parallel pack --- core/xpack.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/xpack.lua b/core/xpack.lua index f33ba2994..9f1721e5a 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -97,7 +97,7 @@ xpack("xmakesrc") before_package(function (package) import("devel.git") - local rootdir = path.join(os.tmpfile(package:basename()) .. ".dir", "repo") + local rootdir = path.join(os.tmpfile(package:basename() .. "_" .. package:format()) .. ".dir", "repo") if not os.isdir(rootdir) then os.tryrm(rootdir) os.cp(path.directory(os.projectdir()), rootdir) -- cgit v1.3.1