Fix deamon mode on macos

This commit is contained in:
Camille Scholtz
2025-01-30 21:36:23 +01:00
committed by Max Kellermann
parent 407db96d4a
commit e3cf9bb0a1
5 changed files with 62 additions and 0 deletions

View File

@@ -437,6 +437,12 @@ if is_windows
]
endif
if is_darwin
sources += [
'src/apple/AppleMain.cxx',
]
endif
if not is_android
sources += [
'src/CommandLine.cxx',