summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-03-09 15:12:13 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-03-09 15:27:05 -0400
commit49434d723badd5686da242544bcad3dc83a1e1ef (patch)
tree09883f0a9562833b600ad74f1d211ad20ba73564 /src/mongo/installer/msi
parentcb126b88afd72a2bcfa225e21870f7eaa4fffc9d (diff)
downloadmongo-49434d723badd5686da242544bcad3dc83a1e1ef.tar.gz
SERVER-9562 Add better detection of toolchain/arch
Diffstat (limited to 'src/mongo/installer/msi')
-rw-r--r--src/mongo/installer/msi/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/installer/msi/SConscript b/src/mongo/installer/msi/SConscript
index 6468bd9d155..fd056336b23 100644
--- a/src/mongo/installer/msi/SConscript
+++ b/src/mongo/installer/msi/SConscript
@@ -54,7 +54,7 @@ else:
msi_edition = 'SSL'
else:
msi_edition = 'Standard'
- if env['PROCESSOR_ARCHITECTURE'] == 'i386':
+ if env['TARGET_ARCH'] == 'i386':
msi_platform = 'x86'
msi_flavor = ''
upgrade_code = 'B2E70C13-483E-4E16-B6AA-FCCA7983B767'