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.
2 parents d01e22e + 149242e commit 4ef2c3eCopy full SHA for 4ef2c3e
src/bootstrap/config.rs
@@ -516,7 +516,7 @@ impl Config {
516
"CFG_JEMALLOC_ROOT" if value.len() > 0 => {
517
let target = self.target_config.entry(self.build.clone())
518
.or_insert(Target::default());
519
- target.jemalloc = Some(parse_configure_path(value));
+ target.jemalloc = Some(parse_configure_path(value).join("libjemalloc_pic.a"));
520
}
521
"CFG_ARM_LINUX_ANDROIDEABI_NDK" if value.len() > 0 => {
522
let target = "arm-linux-androideabi".to_string();
0 commit comments