From dfd765e0522345a376f019f655915827e23f69b2 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 Jun 2025 00:52:16 +0800 Subject: fix cp props --- xmake/plugins/project/vsxmake/vsxmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/plugins/project/vsxmake/vsxmake.lua b/xmake/plugins/project/vsxmake/vsxmake.lua index 1bff1b3f2..6477e9982 100644 --- a/xmake/plugins/project/vsxmake/vsxmake.lua +++ b/xmake/plugins/project/vsxmake/vsxmake.lua @@ -167,6 +167,7 @@ end function _trycp(file, target, targetname) targetname = targetname or path.filename(file) local targetfile = path.join(target, targetname) + targetfile = vsutils.translate_path(targetfile) if os.isfile(targetfile) then dprint("skipped file %s since the file already exists", path.relative(targetfile)) return -- cgit v1.3.1