linker error: library not found when running mojo build
Hello, I am trying to compile a mojo file, however the linker can't find the library zlib, which is installed on my system (nix package manager):
So I added zlib to the dependencies using
magic add zlib
but it kept on having the same linker error
looking at usual C compiler and linker flags :
it should work fine given :
however I still get the error message from the linker not being able to find the zlib library for compiling my file
Has anyone any idea on how I could fix this ?
Thank you very much !0 Replies