mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add missing build piece.
This commit is contained in:
parent
ef9a719e0d
commit
22dd954550
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ tio_dep = [
|
|||
lua_dep
|
||||
]
|
||||
|
||||
if host_machine.system() == 'darwin'
|
||||
iokit_dep = dependency('appleframeworks', modules: ['IOKit'], required: true)
|
||||
corefoundation_dep = dependency('appleframeworks', modules: ['CoreFoundation'], required: true)
|
||||
tio_dep += [iokit_dep, corefoundation_dep]
|
||||
endif
|
||||
|
||||
tio_c_args = ['-Wno-unused-result']
|
||||
|
||||
if enable_setspeed2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue