Merge pull request #272024 from alyssais/rustc-wasm32-rustcTarget

rustc-wasm32: fix build
This commit is contained in:
André Silva
2023-12-04 21:19:33 +00:00
committed by GitHub
+1 -1
View File
@@ -16935,7 +16935,7 @@ with pkgs;
targetPlatform = lib.systems.elaborate {
# lib.systems.elaborate won't recognize "unknown" as the last component.
config = "wasm32-unknown-wasi";
rust.config = "wasm32-unknown-unknown";
rust.rustcTarget = "wasm32-unknown-unknown";
};
};
}).overrideAttrs (old: {