SivapriyaMR
SivapriyaMR
> I think your issue is that you have specified that `libcrypto.a` is a source file to build your static library `crypto`. Is that what you really meant? It seems...
> ```meson > cc = meson.get_compiler('c') > root_dir = get_option('openssl-root') # or hardcode it if you don't care if it works on another machine > dep = declare_dependency( > link_with...
Hey, Thankyou for your help my meson setup _build is successful, but im still facing issue in ninja build , it says undefined reference to all the openssl functions i...