From c1312717f90a34b122a8d94dd753ff9eaed4cf8f Mon Sep 17 00:00:00 2001 From: computezrmle <57127745+computezrmle@users.noreply.github.com> Date: Wed, 27 Jul 2022 17:53:25 +0200 Subject: [PATCH 1/2] Ensure to compile switcher only for Macintosh Based on a comment from @CharlieFenton made here: #4853 "... switcher is used only on the Macintosh." --- client/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/client/Makefile.am b/client/Makefile.am index 30f38a52d7..bceb548022 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -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 From 42ec0923706573b2ba9969ecd39606e51b054278 Mon Sep 17 00:00:00 2001 From: computezrmle <57127745+computezrmle@users.noreply.github.com> Date: Thu, 28 Jul 2022 09:56:31 +0200 Subject: [PATCH 2/2] remove switcher from linux_client_list --- deploy/prepare_deployment.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/prepare_deployment.py b/deploy/prepare_deployment.py index fbbf225368..e6d1a33a38 100644 --- a/deploy/prepare_deployment.py +++ b/deploy/prepare_deployment.py @@ -21,8 +21,7 @@ import sys linux_client_list = [ './client/boinc', - './client/boinccmd', - './client/switcher' + './client/boinccmd' ] linux_apps_list = [