diff --git a/tools/bundler.js b/tools/bundler.js index 8f221894bd..9fc7e58a66 100644 --- a/tools/bundler.js +++ b/tools/bundler.js @@ -1715,7 +1715,8 @@ _.extend(ServerTarget.prototype, { var archToPlatform = { 'os.linux.x86_32': 'Linux_i686', 'os.linux.x86_64': 'Linux_x86_64', - 'os.osx.x86_64': 'Darwin_x86_64' + 'os.osx.x86_64': 'Darwin_x86_64', + 'os.windows.x86_32': 'Windows_x86_32' }; var platform = archToPlatform[self.arch]; if (! platform) {