rust-sdks icon indicating copy to clipboard operation
rust-sdks copied to clipboard

Add libwebrtc build support for riscv64

Open nponsard opened this issue 10 months ago • 1 comments

This PR adds the required changes to be able to build the webrtc-sys crate on the riscv64gc-unknown-linux-gnu Rust target.

The sysroot install script of the chromium project doesn't have yet support for riscv64 so I had to install it another way, inspired from this blogpost : https://www.kxxt.dev/blog/cross-compile-chromium-for-riscv

nponsard avatar Feb 17 '25 15:02 nponsard

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 20 '25 19:02 CLAassistant