Skip to content

Commit

Permalink
Fix rust build args
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 27, 2023
1 parent 982af8a commit 7e3a1d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cross/syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7e3a1d2

Please sign in to comment.