diff options
| author | ruki <[email protected]> | 2019-08-30 19:09:10 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-30 19:09:10 +0800 |
| commit | f14db9813059078fa141fc285245009667f775f6 (patch) | |
| tree | 0e9241715a63885d40833e419c9da0e4789b5171 /xmake/plugins | |
| parent | 00709d887ac44a69eecda7259bb4e119d74470aa (diff) | |
| parent | 416efddbbac77ecad9be41bdafd36bdea89e25d5 (diff) | |
Merge pull request #557 from OpportunityLiu/dev
add XMAKE_SKIP_HISTORY
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsproj/Xmake.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets index 2c3a89293..40ef5fc05 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets @@ -69,6 +69,7 @@ pushd $(XmakeProjectDirResolved) set XMAKE_CONFIGDIR=$(XmakeConfigDirResolved.TrimEnd('/\'.ToCharArray())) set XMAKE_PROGRAM_DIR=$(XmakeProgramDirResolved.TrimEnd('/\'.ToCharArray())) + set XMAKE_SKIP_HISTORY=1 </_XmakeEnv> <_XmakeEnv Condition="$(XmakeDiagnosis)"> $(_XmakeEnv) |
