diff options
author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2013-11-05 01:31:26 +0000 |
---|---|---|
committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2013-11-05 09:37:58 -0600 |
commit | 1c7605685d2b8250b92acf5ce8f6f217bb3f1a12 (patch) | |
tree | 693e82cd8e8d6640f87095a0eb27ac1d6f5ebcf2 /scons | |
parent | c883ee449882a580088deac7b4706f502ef0f33c (diff) |
mesa: Remove last BEOS checks
* Goodbye BeOS, we hardly knew thee
* As BeOS was gcc2 only, there was little chance
of this being useful.
* Doesn't effect Haiku in any meaningful way
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'scons')
-rwxr-xr-x | scons/gallium.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index be3c3e7d9c..ea8bacdcef 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -295,8 +295,6 @@ def generate(env): cppdefines += ['_DEBUG'] if platform == 'windows': cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_USER'] - if platform == 'haiku': - cppdefines += ['BEOS_THREADS'] if env['embedded']: cppdefines += ['PIPE_SUBSYSTEM_EMBEDDED'] if env['texture_float']: |