You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-24 01:36:44 +02:00
Update to Rust 2024 edition. (#2658)
This commit is contained in:
3
third_party/cxx/blobstore/build.rs
vendored
3
third_party/cxx/blobstore/build.rs
vendored
@ -1,6 +1,7 @@
|
||||
fn main() {
|
||||
// Find target directory, either from CARGO_TARGET_DIR or in-tree if unset.
|
||||
let mut src_dir = std::env::var_os("CARGO_TARGET_DIR").unwrap_or("../../../target".into());
|
||||
let mut src_dir =
|
||||
std::env::var_os("CARGO_TARGET_DIR").unwrap_or("../../../target".into());
|
||||
src_dir.push("/cxxbridge/demo/src");
|
||||
|
||||
cxx_build::bridge("src/main.rs")
|
||||
|
Reference in New Issue
Block a user