mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 04:10:25 +01:00
scons: Unbreak mingw builds.
This commit is contained in:
parent
b93d305725
commit
6fe421cf46
2 changed files with 2 additions and 2 deletions
|
|
@ -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 += [
|
||||
|
|
|
|||
|
|
@ -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 += [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue