deno: Drop unneeded build flag
This build flag is not exposed by GN, hence it cannot actually be set. I originally thought it is needed so that the rust parts after enabling the temporal api can be successfully built.
This commit is contained in:
@@ -132,7 +132,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
"rustc_version=\"${rustc.version}\""
|
||||
"rust_sysroot_absolute=\"${rustToolchain}\""
|
||||
"rust_bindgen_root=\"${rustToolchain}\""
|
||||
"use_chromium_rust_toolchain=true"
|
||||
# To accomodate our newer rustc compiler
|
||||
"removed_rust_stdlib_libs=[\"adler\"]"
|
||||
"added_rust_stdlib_libs=[\"adler2\"]"
|
||||
|
||||
Reference in New Issue
Block a user