Add missing build piece.

This commit is contained in:
Robert Lipe 2025-04-24 07:12:57 -05:00
parent ef9a719e0d
commit 22dd954550

View file

@ -47,6 +47,12 @@ tio_dep = [
lua_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'] tio_c_args = ['-Wno-unused-result']
if enable_setspeed2 if enable_setspeed2