crates-build-env icon indicating copy to clipboard operation
crates-build-env copied to clipboard

Add `libc++-dev` package to linux environment

Open nicoburns opened this issue 2 years ago • 1 comments

We're using libc++ (clang's C++ standard library) instead of libstdc++ for yoga-rs because using libstdc++ / using whatever is set as default was causing bindgen to generate code that wouldn't compile.

However, this dependency is missing in the build environment which is causing building docs for docs.rs to fail (https://github.com/rust-lang/docs.rs/issues/2017)

nicoburns avatar Jan 26 '23 09:01 nicoburns

https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-14/+bug/1989124

nicoburns avatar Jan 26 '23 09:01 nicoburns