mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
scons: More windows userspace fixes.
This commit is contained in:
parent
d7b523b46b
commit
a7ce6d3992
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue