mirror of https://github.com/BOINC/boinc.git
Merge pull request #4854 from computezrmle/patch-2
Ensure to compile switcher only for Macintosh
This commit is contained in:
commit
3df4f63f2f
|
@ -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
|
||||
|
|
|
@ -21,8 +21,7 @@ import sys
|
|||
|
||||
linux_client_list = [
|
||||
'./client/boinc',
|
||||
'./client/boinccmd',
|
||||
'./client/switcher'
|
||||
'./client/boinccmd'
|
||||
]
|
||||
|
||||
linux_apps_list = [
|
||||
|
|
Loading…
Reference in New Issue