summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2019-04-23 11:30:35 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2019-04-23 15:17:44 -0400
commit6ddb4de917920099b6eb04beea5298936678bd22 (patch)
treea5e93ae65f3b2e07fba13d0b1df97bda7e106ada /buildscripts
parent36cccd4d5f3a1bbae2a4c04841204152e641514c (diff)
downloadmongo-6ddb4de917920099b6eb04beea5298936678bd22.tar.gz
SERVER-40778 Generated vcxproj should use native x64 environment when launching build tools on 64bit Windows
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/vcxproj.header1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/vcxproj.header b/buildscripts/vcxproj.header
index 9ae2cff76ec..73e538a87c4 100644
--- a/buildscripts/vcxproj.header
+++ b/buildscripts/vcxproj.header
@@ -23,6 +23,7 @@
<ProjectName>%_TARGET_%</ProjectName>
<RootNamespace>mongod</RootNamespace>
<PlatformToolset>v141</PlatformToolset>
+ <UseNativeEnvironment>true</UseNativeEnvironment>
<!-- <ProjectGuid>{215B2D68-0A70-4D10-8E75-B31010C62A91}</ProjectGuid> -->
<Keyword>MakeFileProj</Keyword>
<RootNamespace>%_TARGET_%</RootNamespace>