You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the build script with Apple Silicon returns the error error[E0463]: can't find crate for 'core' when it gets to ./tools/ust/build_bindgen.py
error[E0463]: can't find crate for `core`
|
= note: the `x86_64-apple-darwin` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-apple-darwin`
= help: consider building the standard library from source with `cargo build -Zbuild-std`
+ ./tools/rust/build_bindgen.py
Running /Users/tsuliwaensis/ungoogled-chromium-macos/build/src/third_party/rust-toolchain/bin/cargo
build
--manifest-path=/Users/tsuliwaensis/ungoogled-chromium-macos/build/src/third_party/rust-toolchain-intermediate/bindgen-src/Cargo.toml
--target-dir=/Users/tsuliwaensis/ungoogled-chromium-macos/build/src/third_party/rust-toolchain-intermediate/bindgen-host-build
--target=x86_64-apple-darwin
--no-default-features
--features=logging
--release
--bin bindgen
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
The solutions are only if you have rust installed locally. The suggestions are to add parameters to the cargo call, and I don't know how to do that within the confines of the build script
Running the build script with Apple Silicon returns the error
error[E0463]: can't find crate for 'core'
when it gets to./tools/ust/build_bindgen.py
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: