Skip to content

Commit

Permalink
Amend wheels requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 28, 2023
1 parent e639974 commit 3175be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cross/syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ 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

# Mandatory for rustc wheel building
ENV += PYO3_CROSS_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/
ENV += PYO3_CROSS_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/

# arguments to install the main server program
RUST_SRC_DIR = $(WORK_DIR)/$(PKG_DIR)/syncserver
CARGO_BUILD_ARGS += --no-default-features
Expand Down

0 comments on commit 3175be5

Please sign in to comment.