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
mozjs_sys: Honor the CXXSTDLIB environment variable (#615)
`CXXSTDLIB` is an environment variable used by `cc` and many other
crates which lets developers to choose a standard C++ library of their
choice.
Make use of that variable in mozjs_sys's build.rs as well.
One of the use cases is supporting Linux distributions which use LLVM
instead of GCC as the main toolchain (e.g. Chimera, Gentoo musl-llvm
profile, OpenMandriva).
Signed-off-by: Michal Rostecki <[email protected]>
0 commit comments