Merge pull request #4854 from computezrmle/patch-2

Ensure to compile switcher only for Macintosh
This commit is contained in:
Vitalii Koshura 2022-07-28 13:29:23 +02:00 committed by GitHub
commit 3df4f63f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View File

@ -20,13 +20,11 @@ endif ## ENABLE_CLIENT_RELEASE
LIBS += $(CLIENTLIBS)
bin_PROGRAMS = boinc_client boinccmd boinc
if OS_DARWIN
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa -framework CoreServices
endif
bin_PROGRAMS = boinc_client boinccmd boinc
if !OS_WIN32
bin_PROGRAMS += switcher
bin_PROGRAMS += switcher
endif
boinccmd_SOURCES = boinc_cmd.cpp

View File

@ -21,8 +21,7 @@ import sys
linux_client_list = [
'./client/boinc',
'./client/boinccmd',
'./client/switcher'
'./client/boinccmd'
]
linux_apps_list = [