2013-09-19 22:15:52 +00:00
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
|
|
if not 'X86' in targets:
|
|
|
|
config.unsupported = True
|
2013-09-20 12:57:25 +00:00
|
|
|
|
2013-10-04 21:40:54 +00:00
|
|
|
if config.root.host_os in ['Cygwin']:
|
2013-09-20 12:57:25 +00:00
|
|
|
config.unsupported = True
|