Skip to content

Commit

Permalink
Merge pull request #556 from tursodatabase/fix-sys-build
Browse files Browse the repository at this point in the history
add missing flags to libsql-sys configure
  • Loading branch information
MarinPostma committed Nov 2, 2023
2 parents 9323ec1 + e6f9510 commit 60e4fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsql-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const LIB_NAME: &str = "libsql";
fn run_make() {
Command::new("./configure")
.current_dir(SQLITE_DIR)
.env("CFLAGS", "-DSQLITE_ENABLE_COLUMN_METADATA=1")
.output()
.unwrap();
Command::new("make")
Expand Down

0 comments on commit 60e4fb8

Please sign in to comment.