Source release v3.5.0
This commit is contained in:
4
third_party/gyp/common.py
vendored
4
third_party/gyp/common.py
vendored
@@ -429,8 +429,10 @@ def GetFlavor(params):
|
||||
return 'netbsd'
|
||||
if sys.platform.startswith('aix'):
|
||||
return 'aix'
|
||||
if sys.platform.startswith('zos'):
|
||||
return 'zos'
|
||||
if sys.platform.startswith('os390'):
|
||||
return 'os390'
|
||||
return 'zos'
|
||||
|
||||
return 'linux'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user