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,12 +20,10 @@ endif ## ENABLE_CLIENT_RELEASE
|
||||||
|
|
||||||
LIBS += $(CLIENTLIBS)
|
LIBS += $(CLIENTLIBS)
|
||||||
|
|
||||||
|
bin_PROGRAMS = boinc_client boinccmd boinc
|
||||||
|
|
||||||
if OS_DARWIN
|
if OS_DARWIN
|
||||||
LIBS += -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa -framework CoreServices
|
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
|
endif
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,7 @@ import sys
|
||||||
|
|
||||||
linux_client_list = [
|
linux_client_list = [
|
||||||
'./client/boinc',
|
'./client/boinc',
|
||||||
'./client/boinccmd',
|
'./client/boinccmd'
|
||||||
'./client/switcher'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
linux_apps_list = [
|
linux_apps_list = [
|
||||||
|
|
Loading…
Reference in New Issue