4 spice_server_deps += dependency(dep)
7 -if host_machine.system() != 'windows'
8 +if (host_machine.system() != 'windows' and host_machine.system() != 'darwin')
9 foreach dep : ['rt', 'm']
10 spice_server_deps += compiler.find_library(dep)
13 +elif host_machine.system() == 'windows'
14 foreach dep : ['ws2_32', 'shlwapi']
15 spice_server_deps += compiler.find_library(dep)
18 Diff finished. Sun Oct 16 06:09:35 2022