From 7e3a1d2f38e72c7ad067c1a7bb757deb734e9ae5 Mon Sep 17 00:00:00 2001 From: mreid-tt <943378+mreid-tt@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:02:17 -0400 Subject: [PATCH] Fix rust build args --- cross/syncstorage-rs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cross/syncstorage-rs/Makefile b/cross/syncstorage-rs/Makefile index 0527ec4da847..503355d7dcc7 100644 --- a/cross/syncstorage-rs/Makefile +++ b/cross/syncstorage-rs/Makefile @@ -14,4 +14,7 @@ HOMEPAGE = https://github.com/mozilla-services/syncstorage-rs/ COMMENT = Mozilla Sync Storage built with Rust. LICENSE = https://github.com/mozilla-services/syncstorage-rs/blob/master/LICENSE +# install the main server program +CARGO_BUILD_ARGS += --path ./syncserver --no-default-features --features=syncstorage-db/mysql --locked + include ../../mk/spksrc.cross-rust.mk