Skip to content

Commit

Permalink
Amend rust build args
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 28, 2023
1 parent 16da8d9 commit 63370be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cross/syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ 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
# arguments to install the main server program
RUST_SRC_DIR = $(WORK_DIR)/$(PKG_DIR)/syncserver
ENV += RUSTFLAGS="--no-default-features,--features=syncstorage-db/mysql,--locked"

include ../../mk/spksrc.cross-rust.mk

0 comments on commit 63370be

Please sign in to comment.