fix macos
This commit is contained in:
parent
4f6f5e6724
commit
44c2c99468
7 changed files with 303 additions and 248 deletions
|
@ -1,4 +1,3 @@
|
|||
# ----------------------- #
|
||||
# Project Configuration #
|
||||
# ----------------------- #
|
||||
project(
|
||||
|
@ -110,6 +109,7 @@ platform_deps = []
|
|||
|
||||
if host_system == 'darwin'
|
||||
platform_deps += [
|
||||
dependency('SQLiteCpp'),
|
||||
dependency(
|
||||
'appleframeworks',
|
||||
modules : ['foundation', 'mediaplayer', 'systemconfiguration'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue