64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
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
|