Skip to content

Commit

Permalink
fix: avoid pthread.h import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Jan 9, 2024
1 parent 05e7ba7 commit e5ab951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glucose/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {
build(
"https://github.com/chrjabs/glucose4.git",
"main",
"b462f78229b53fae5d65011ee21355fe601b4c6e",
"50caaa1c45dd217cbdbd43793c5a8c8824db78d4",
);

let out_dir = env::var("OUT_DIR").unwrap();
Expand Down

0 comments on commit e5ab951

Please sign in to comment.