Home | History | Annotate | Download | only in Hexagon
      1 import platform
      2 
      3 if not 'Hexagon' in config.root.targets:
      4     config.unsupported = True
      5 
      6 if platform.system() in ['Windows']:
      7   config.unsupported = True
      8