We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f05b7 commit d5524aaCopy full SHA for d5524aa
hts-sys/build.rs
@@ -132,20 +132,23 @@ fn main() {
132
// https://github.com/rust-lang/cargo/issues/572#issuecomment-632456478
133
!Command::new("make")
134
.current_dir(out.join("htslib"))
135
+ .arg("install")
136
.arg("clean")
137
.status().unwrap().success()
138
139
&&
140
141
!Command::new("autoreconf")
142
143
144
.env("CFLAGS", &cc_cflags)
145
146
147
148
149
!Command::new("./configure")
150
151
152
153
.arg(format!("--host={}", &host))
154
0 commit comments