This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
scons: More windows userspace fixes.
tags/mesa_20090313
José Fonseca
17 years ago
parent
d7b523b46b
commit
a7ce6d3992
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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',
Write
Preview
Loading…
Cancel
Save