Fix link error in Haiku OS

This commit is contained in:
yabu76 2026-04-25 10:29:10 +09:00
parent 035b661bb8
commit dd82c7f845

View file

@ -53,6 +53,11 @@ if host_machine.system() == 'darwin'
tio_dep += [iokit_dep, corefoundation_dep]
endif
if host_machine.system() == 'haiku'
network_dep = meson.get_compiler('c').find_library('network', required:true)
tio_dep += [network_dep]
endif
tio_c_args = ['-Wshadow','-Wno-unused-result']
if enable_setspeed2