summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-23 00:15:42 +0800
committerruki <[email protected]>2021-09-23 00:15:42 +0800
commitb89272535fe65a23087b25f7fca52b790f946450 (patch)
tree3d3c19b78fa60d7ee1d1ee0905da92b31d21927e
parent3fcbabd0562e8f3e413a80b150a56547643b3929 (diff)
fix unicode bug for vsxmake
-rw-r--r--xmake/plugins/project/vsxmake/vsproj/Xmake.targets2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets
index 9a23799c1..ce78b88e9 100644
--- a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets
+++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets
@@ -65,7 +65,6 @@
<_XmakeExecutable>"$([System.IO.Path]::GetFullPath('$(XmakeProgramDirResolved)xmake.exe'))"</_XmakeExecutable>
<_XmakeEnv>
- chcp 65001 &gt; NUL
pushd $(XmakeProjectDirResolved)
set XMAKE_CONFIGDIR=$(XmakeConfigDirResolved.TrimEnd('\').TrimEnd('/'))
set XMAKE_PROGRAM_DIR=$(XmakeProgramDirResolved.TrimEnd('\').TrimEnd('/'))
@@ -77,7 +76,6 @@
echo XMAKE_CONFIGDIR=%25XMAKE_CONFIGDIR%25
echo XMAKE_PROGRAM_DIR=%25XMAKE_PROGRAM_DIR%25
echo CD=%25CD%25
- chcp
</_XmakeEnv>
</PropertyGroup>