ソースを参照

scons: Unbreak mingw builds.

tags/mesa_20090313
José Fonseca 17年前
コミット
6fe421cf46
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      scons/gallium.py
  2. 1
    1
      scons/generic.py

+ 1
- 1
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 += [

+ 1
- 1
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 += [

読み込み中…
キャンセル
保存