1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
author: Andres Salomon <dilinger@debian.org>
We don't have adler2 yet:
cp: cannot stat 'default_for_rust_host_build_tools/obj/build/rust/std/libadler2.rlib': No such file or directory
--- a/build/rust/std/BUILD.gn
+++ b/build/rust/std/BUILD.gn
@@ -89,7 +89,7 @@ if (toolchain_has_rust) {
# These are no longer present in the Windows toolchain.
stdlib_files += [
"addr2line",
- "adler2",
+ "adler",
"gimli",
"libc",
"memchr",
|