Closed dingelish closed 5 years ago
Hi everyone,
xargo build is failing now. The root cause is a recent change of libc. I've submitted a PR to solve this.
https://github.com/rust-lang/libc/pull/1431
Fixed by patching Xaro.goml
+ +[patch.crates-io] +libc = { git = "https://github.com/mesalock-linux/libc-sgx" }
Hi everyone,
xargo build is failing now. The root cause is a recent change of libc. I've submitted a PR to solve this.
https://github.com/rust-lang/libc/pull/1431