Browse Source

scons: More windows userspace fixes.

tags/mesa_20090313
José Fonseca 17 years ago
parent
commit
a7ce6d3992
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      SConstruct

+ 1
- 1
SConstruct View File

@@ -160,7 +160,7 @@ if llvm:
env['LINK'] = env['CXX']

# libGL
if platform not in ('winddk',):
if platform in ('linux', 'freebsd', 'darwin'):
env.Append(LIBS = [
'X11',
'Xext',

Loading…
Cancel
Save