mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2025-02-17 06:57:37 +00:00
Fix readme's reference to directory of cmd
This moved from cmd to gen/cmd in f8ed07327b5217c3e63b44597dc026f95156bdbd.
This commit is contained in:
parent
5a4d53a105
commit
d9e789e8cf
@ -247,7 +247,7 @@ fn main() {
|
||||
For use in non-Cargo builds like Bazel or Buck, CXX provides an alternate way of
|
||||
invoking the C++ code generator as a standalone command line tool. The tool is
|
||||
packaged as the `cxxbridge-cmd` crate on crates.io or can be built from the
|
||||
*cmd* directory of this repo.
|
||||
*gen/cmd* directory of this repo.
|
||||
|
||||
```bash
|
||||
$ cargo install cxxbridge-cmd
|
||||
|
@ -253,7 +253,7 @@
|
||||
//! For use in non-Cargo builds like Bazel or Buck, CXX provides an alternate
|
||||
//! way of invoking the C++ code generator as a standalone command line tool.
|
||||
//! The tool is packaged as the `cxxbridge-cmd` crate on crates.io or can be
|
||||
//! built from the *cmd* directory of [https://github.com/dtolnay/cxx].
|
||||
//! built from the *gen/cmd* directory of [https://github.com/dtolnay/cxx].
|
||||
//!
|
||||
//! ```bash
|
||||
//! $ cargo install cxxbridge-cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user