summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-07-30 15:41:06 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-07-30 23:21:42 +0100
commitbf8b5de6b9eae3e6fe3a56514ca984285b9b36c2 (patch)
treebdb829d50c5bb42530b9c0a31c7df765bc1c86e9 /scons
parent46a3ea06be389f94db69e7a2ba67033b59c8d333 (diff)
scons+meson: suppress spammy build warning on MacOS
Originally introduced in c7f36574506838274460 ("darwin: Suppress type conversion warnings for GLhandleARB") to fix Bugzilla #66346 [1], this workaround was never ported to Scons or Meson. [1] https://bugs.freedesktop.org/66346 Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'scons')
-rwxr-xr-xscons/gallium.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 6d5b2fccc17..f208c638a0d 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -352,6 +352,7 @@ def generate(env):
'_DARWIN_C_SOURCE',
'GLX_USE_APPLEGL',
'GLX_DIRECT_RENDERING',
+ 'BUILDING_MESA',
]
else:
cppdefines += [