Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 2, 2024
1 parent f6bab69 commit f79c392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blosc2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fn main() {
#[cfg(not(feature = "use-system-blosc2"))]
{
let lib = cmake::Config::new("c-blosc2")
.env("CC", "gcc")
.define("STATIC_LIB", "ON")
.define("SHARED_LIB", "OFF")
.define("BUILD_TESTS", "OFF")
Expand Down

0 comments on commit f79c392

Please sign in to comment.