Artyom Muskatin

Results 8 comments of Artyom Muskatin

@flozero Thanks for the answer! Changed commits under [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#specification). Can you see again my repo?:)

> [@windx-foobar](https://github.com/windx-foobar) > > Hi Artem, just to let you know that I'm moving it to the next release :( > > There are will be a lot of changes...

> > It was solved by specifying OPENSSL_DIR=/usr > > This sounds very wrong to be honest. This would mean you're linking to a Linux openssl version, not an android...

I think manual add in `Cargo.toml->[dependencies]->openssl = { version = "0.10.66", features = ["vendored"] }` is the solution to this problem?

```sh echo $NDK_HOME /home/windx/Android/Sdk/ndk/28.0.12433566 ```

> > I think manual add in Cargo.toml->[dependencies]->openssl = { version = "0.10.66", features = ["vendored"] } is the solution to this problem? > > Yeah, if that works it...

If I manage to allocate time, I can do it myself. It really does not look complicated, even if I have never tried go:)