mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
python: Link to ws2_32 on windows.
This commit is contained in:
parent
dcf8543ab3
commit
91d58c3520
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ if 'python' in env['statetrackers']:
|
|||
'gdi32',
|
||||
'user32',
|
||||
'kernel32',
|
||||
'ws2_32',
|
||||
])
|
||||
else:
|
||||
env.Append(LIBS = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue