Line 0
Link Here
|
|
|
1 |
--- SConstruct.orig 2018-11-21 15:51:35 UTC |
2 |
+++ SConstruct |
3 |
@@ -3502,7 +3502,7 @@ class DXXCommon(LazyObjectConstructor): |
4 |
'variable': EnumVariable, |
5 |
'arguments': ( |
6 |
('host_endian', None, 'endianness of host platform', {'allowed_values' : ('little', 'big')}), |
7 |
- ('host_platform', sys.platform.rstrip('0123456789'), 'cross-compile to specified platform', {'allowed_values' : ('darwin', 'linux', 'openbsd', 'win32')}), |
8 |
+ ('host_platform', sys.platform.rstrip('0123456789'), 'cross-compile to specified platform', {'allowed_values' : ('darwin', 'linux', 'freebsd', 'openbsd', 'win32')}), |
9 |
('screenshot', 'png', 'screenshot file format', {'allowed_values' : ('legacy', 'png')}), |
10 |
), |
11 |
}, |