Skip to content

Commit

Permalink
Merge pull request #551 from tonlabs/SDK-4793-fix-build-rust
Browse files Browse the repository at this point in the history
SDK-4793 fix build rust
  • Loading branch information
d3p authored Jul 25, 2023
2 parents abb1fc1 + f26476d commit 9a8014e
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 9a8014e

Please sign in to comment.