8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
8 lines
154 B
INI
8 lines
154 B
INI
import platform
|
|
|
|
if not 'Hexagon' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
if platform.system() in ['Windows']:
|
|
config.unsupported = True
|