From: José Fonseca Date: Fri, 25 Apr 2008 10:53:13 +0000 (+0900) Subject: scons: More windows userspace fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7ce6d399221fbb59d96d56c853de9781bbf2547;p=mesa.git scons: More windows userspace fixes. --- diff --git a/SConstruct b/SConstruct index 9b46e6ade2b..ea624b13a70 100644 --- a/SConstruct +++ b/SConstruct @@ -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',