diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-08-01 22:49:05 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-08-02 18:38:52 +0100 |
commit | 8c52bca11228a7d514cfbcb1c6605c2140949b06 (patch) | |
tree | c9b3907bc08fd4997ec4c3387f96f1f3b939fd6d /scons | |
parent | e740e7a6f018738b02ce97db172d6749feeadce1 (diff) | |
download | mesa-8c52bca11228a7d514cfbcb1c6605c2140949b06.tar.gz mesa-8c52bca11228a7d514cfbcb1c6605c2140949b06.tar.bz2 mesa-8c52bca11228a7d514cfbcb1c6605c2140949b06.zip |
gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
This is basically just an alias for PIPE_OS_WINDOWS.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.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 6f5fca00acf..21197c8d0d1 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -403,8 +403,6 @@ def generate(env): ] if env['build'] in ('debug', 'checked'): cppdefines += ['_DEBUG'] - if platform == 'windows': - cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_USER'] if env['embedded']: cppdefines += ['EMBEDDED_DEVICE'] env.Append(CPPDEFINES = cppdefines) |