Skip to content

Commit

Permalink
SDK-4793 fix build rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Voronezhskii committed Jul 25, 2023
1 parent abb1fc1 commit f26476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-react-native/android/build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn main() {
&builder.lib_dir.join("NDK").join(arch.ndk).join("bin"),
));
std::env::set_var("PATH", path);
assert!(exec("cargo", &["build", "--target", arch.target, "--release"]).success());
assert!(exec("cargo", &["+1.65.0-x86_64-apple-darwin", "build", "--target", arch.target, "--release"]).success());
}

let out_dir = builder.package_dir.join("src/main/jniLibs");
Expand Down

0 comments on commit f26476d

Please sign in to comment.