mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix link error in Haiku OS
This commit is contained in:
parent
035b661bb8
commit
dd82c7f845
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue