fix macos

This commit is contained in:
Mars 2025-05-01 12:40:34 -04:00
parent 4f6f5e6724
commit 44c2c99468
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
7 changed files with 303 additions and 248 deletions

View file

@ -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'],