Merge pull request #272024 from alyssais/rustc-wasm32-rustcTarget
rustc-wasm32: fix build
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user