Skip to content

Commit

Permalink
Patch for mysqlclient-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Aug 3, 2024
1 parent 0749a35 commit 814696a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cross/diesel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ LICENSE = MIT
# build the cli tool for mysql
RUST_SRC_DIR = $(WORK_DIR)/$(PKG_DIR)/diesel_cli
CARGO_BUILD_ARGS += --no-default-features
CARGO_BUILD_ARGS += --features=mysql
# patch based on https://github.com/diesel-rs/diesel/issues/4056
CARGO_BUILD_ARGS += --features=mysql,mysqlclient-sys/buildtime_bindgen

# we support MariaDB 10 only
# we must define the mysql db socket, since the rust binaries (mysqlclient-sys)
Expand Down

0 comments on commit 814696a

Please sign in to comment.