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