From a496aafdfb235b4539cfecb6b8aeb74b8250fb98 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Tue, 20 Jan 2015 14:59:35 -0800 Subject: [PATCH] Put a dummy value --- tools/bundler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {