v1.5 branch refresh based upon upstream master @ c8677ca89e53e3be7988d54280fce166cc894a7e
[librecmc/librecmc.git] / tools / scons / patches / 001-platform_env.patch
1 --- a/engine/SCons/Platform/__init__.py
2 +++ b/engine/SCons/Platform/__init__.py
3 @@ -65,6 +65,8 @@ def platform_default():
4      care about the machine architecture.
5      """
6      osname = os.name
7 +    if 'PLATFORM' in os.environ:
8 +        return os.environ['PLATFORM']
9      if osname == 'java':
10          osname = os._osType
11      if osname == 'posix':