mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Put a dummy value
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user