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