summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-23 23:45:21 +0800
committerruki <[email protected]>2024-09-23 23:45:21 +0800
commit695f468ba68b466d32cf9f2accb2c64b073adf7d (patch)
treec22941094444112cfe4c555f8ccb357b3b5f7b96
parentf667cbd15d3be53082c0294fac4b04e693f8b219 (diff)
fix path
-rw-r--r--xmake/scripts/vsxmake/vsproj/Xmake.targets2
1 files changed, 1 insertions, 1 deletions
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 @@
<!-- these paths resolved in Xmake.Default.props, just normalize -->
<XmakeProgramDirResolved>$([System.IO.Path]::GetFullPath('$(XmakeProgramDir)/'))</XmakeProgramDirResolved>
- <XmakeProgramFileResolved>$([System.IO.Path]::GetFullPath('$(XmakeProgramFile)/'))</XmakeProgramFileResolved>
+ <XmakeProgramFileResolved>$([System.IO.Path]::GetFullPath('$(XmakeProgramFile)'))</XmakeProgramFileResolved>
<XmakeProjectDirResolved>$([System.IO.Path]::GetFullPath('$(XmakeProjectDir)/'))</XmakeProjectDirResolved>
<XmakeScriptDirResolved>$([System.IO.Path]::GetFullPath('$(XmakeScriptDir)/'))</XmakeScriptDirResolved>
</PropertyGroup>