mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 09:58:31 +00:00
build: Add possible missing library on Windows
websocket.c will use StrStrI from shlapi library. Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Julien Ropé <jrope@gmail.com>
This commit is contained in:
parent
d8dccabb7d
commit
239d0f7166
@ -108,7 +108,9 @@ if host_machine.system() != 'windows'
|
||||
spice_server_deps += compiler.find_library(dep)
|
||||
endforeach
|
||||
else
|
||||
spice_server_deps += compiler.find_library('ws2_32')
|
||||
foreach dep : ['ws2_32', 'shlwapi']
|
||||
spice_server_deps += compiler.find_library(dep)
|
||||
endforeach
|
||||
endif
|
||||
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user