mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 15:19:44 +00:00
9b0ed32e82
macOS C++ toolchains from Apple do not contain lld, so bazel builds in this repo would fail. This change scopes this only to Linux
3 lines
110 B
Plaintext
3 lines
110 B
Plaintext
build --enable_platform_specific_config
|
|
build:linux --@rules_rust//:extra_rustc_flags=-Clink-arg=-fuse-ld=lld
|