Enable logging for ld_so

This commit is contained in:
Wildan M
2026-07-06 22:00:53 +07:00
parent 82d444324e
commit 30f50abbfa
+2
View File
@@ -395,6 +395,8 @@ fn stage2(
);
crate::platform::environ = crate::platform::OUR_ENVIRON.unsafe_mut().as_mut_ptr();
crate::platform::logger::init();
}
// we might need global lock for this kind of stuff