Fix deamon mode on macos
This commit is contained in:
committed by
Max Kellermann
parent
407db96d4a
commit
e3cf9bb0a1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user