ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

pylib/gyp/common.py GetFlavor() does not recognize AIX #298

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pylib/gyp/common.py GetFlavor() does not recognize AIX

What is the expected output? What do you see instead?
  expected value of <(OS) is 'aix'
  actual value of <(OS) is 'linux' since that is the fallback value in GetFlavor()

What version of the product are you using? On what operating system?
  operating system: AIX 6.1

Please provide any additional information below.
  (patch attached)

Original issue reported on code.google.com by glenn.strauss on 22 Sep 2012 at 7:16

Attachments: