Skip to content
  • Vinson Lee's avatar
    scons: Reduce all Cygwin platform names to 'cygwin'. · eb178023
    Vinson Lee authored
    platform.system in SCons on Cygwin includes the OS version number.
    Windows XP - CYGWIN_NT-5.1
    Windows Vista - CYGWIN_NT-6.0
    Windows 7 - CYGWIN_NT-6.1
    
    Reduce all Cygwin platform variants to just 'cygwin' so anything
    downstream can simply use 'cygwin' instead of the different full
    platform names.
    eb178023