Add Haiku as a built host option

This commit is contained in:
Robert Menes 2021-06-01 13:37:30 -04:00 committed by GitHub
parent e226623ebe
commit c630191c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3821,7 +3821,7 @@ class DXXCommon(LazyObjectConstructor):
'cross-compile to specified platform',
{
'map': {'msys':'win32'},
'allowed_values' : ('darwin', 'linux', 'freebsd', 'openbsd', 'win32'),
'allowed_values' : ('darwin', 'linux', 'freebsd', 'openbsd', 'win32', 'haiku1'),
}
),
('raspberrypi', None, 'build for Raspberry Pi (automatically selects opengles)', {'ignorecase': 2, 'map': {'1':'yes', 'true':'yes', '0':'no', 'false':'no'}, 'allowed_values': ('yes', 'no', 'mesa')}),