From: José Fonseca Date: Thu, 12 Feb 2009 12:59:58 +0000 (+0000) Subject: scons: Unbreak mingw builds. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fe421cf4634033bc7e75375e1d981bd235e2e51;p=mesa.git scons: Unbreak mingw builds. --- diff --git a/scons/gallium.py b/scons/gallium.py index 3fbac760fdb..d20d02ca208 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -438,7 +438,7 @@ def generate(env): linkflags += ['-m32'] if env['machine'] == 'x86_64': linkflags += ['-m64'] - if platform == 'windows': + if platform == 'windows' and msvc: # See also: # - http://msdn2.microsoft.com/en-us/library/y0zzbyt4.aspx linkflags += [ diff --git a/scons/generic.py b/scons/generic.py index 31a4a795940..7592222fd6a 100644 --- a/scons/generic.py +++ b/scons/generic.py @@ -517,7 +517,7 @@ def generate(env): linkflags += ['-m32'] if env['machine'] == 'x86_64': linkflags += ['-m64'] - if platform == 'windows': + if platform == 'windows' and msvc: # See also: # - http://msdn2.microsoft.com/en-us/library/y0zzbyt4.aspx linkflags += [