From 695f468ba68b466d32cf9f2accb2c64b073adf7d Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 Sep 2024 23:45:21 +0800 Subject: fix path --- xmake/scripts/vsxmake/vsproj/Xmake.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/scripts/vsxmake/vsproj/Xmake.targets b/xmake/scripts/vsxmake/vsproj/Xmake.targets index 68a9790f7..fd4da234e 100644 --- a/xmake/scripts/vsxmake/vsproj/Xmake.targets +++ b/xmake/scripts/vsxmake/vsproj/Xmake.targets @@ -30,7 +30,7 @@ $([System.IO.Path]::GetFullPath('$(XmakeProgramDir)/')) - $([System.IO.Path]::GetFullPath('$(XmakeProgramFile)/')) + $([System.IO.Path]::GetFullPath('$(XmakeProgramFile)')) $([System.IO.Path]::GetFullPath('$(XmakeProjectDir)/')) $([System.IO.Path]::GetFullPath('$(XmakeScriptDir)/')) -- cgit v1.3.1