projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b523b
)
scons: More windows userspace fixes.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Fri, 25 Apr 2008 10:53:13 +0000
(19:53 +0900)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Fri, 25 Apr 2008 10:56:44 +0000
(19:56 +0900)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 9b46e6ade2b7fe6489475ccbca5c82f520d98eb2..ea624b13a70a5a45784d14cf8b152eae0828fc9c 100644
(file)
--- 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',