You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: statically link build.mcpp to avoid missing dynamic library issues
Add -static to host_base_flags() for both Clang and GCC paths so the
compiled build.mcpp binary is fully static. Remove -Wl,-rpath and
-Wl,--dynamic-linker flags that are unnecessary (and counterproductive)
under static linking.
This prevents runtime failures when users haven't configured
LD_LIBRARY_PATH for the toolchain's shared libraries (libc++,
libunwind, etc.).
0 commit comments