From 2415745e27cd638cc0bafeadf00db12abf8be52c Mon Sep 17 00:00:00 2001 From: Frank Leon Rose Date: Mon, 12 Apr 2021 18:45:32 +0100 Subject: [PATCH] Remove portable=true build flag On the Raspberry Pi, which is currently our only production deployment, the default scrcpy_server path is correct. When we get around to deploying scrcpy on a NUC, we can deploy the server to the default path, regardless of where `snap` would have installed it. --- mobot.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/mobot.mk b/mobot.mk index 6f22950f..d18d0572 100644 --- a/mobot.mk +++ b/mobot.mk @@ -35,7 +35,6 @@ build-app: $(AVLIBS) meson build-app --buildtype release --strip -Db_lto=true \ -Dlocal_libav=$(AVDIR) \ -Dcompile_server=false \ - -Dportable=true \ || (ret=$$?; rm -rf $@ && exit $$ret) scrcpy: build-app