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.
libgccjit.so.0
1 parent c939e90 commit f94e90fCopy full SHA for f94e90f
src/bootstrap/src/core/build_steps/gcc.rs
@@ -36,10 +36,6 @@ impl GccOutput {
36
return;
37
}
38
39
- // At build time, cg_gcc has to link to libgccjit.so (the unversioned symbol).
40
- // However, at runtime, it will by default look for libgccjit.so.0.
41
- // So when we install the built libgccjit.so file to the target `directory`, we add it there
42
- // with the `.0` suffix.
43
let target_filename = self.libgccjit.file_name().unwrap().to_str().unwrap().to_string();
44
45
// If we build libgccjit ourselves, then `self.libgccjit` can actually be a symlink.
0 commit comments