scons: More windows userspace fixes.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 25 Apr 2008 10:53:13 +0000 (19:53 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 25 Apr 2008 10:56:44 +0000 (19:56 +0900)
SConstruct

index 9b46e6a..ea624b1 100644 (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',