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 be90895 commit 51dd304Copy full SHA for 51dd304
openblas-build/src/build.rs
@@ -289,6 +289,7 @@ impl Configure {
289
.stdout(unsafe { Stdio::from_raw_fd(out.into_raw_fd()) }) // this works only for unix
290
.stderr(unsafe { Stdio::from_raw_fd(err.into_raw_fd()) })
291
.args(&self.make_args())
292
+ .args(&["libs", "netlib", "shared"])
293
.env_remove("TARGET")
294
.check_call()
295
{
0 commit comments