Hello,
I am currently testing using zig cc as a c compiler for some of my nim projects, and it's working flawlessly with the envcc compiler option. The only thing I can't figure out is how to set the buildLib command to build static libraries.
Ideally, I'd like to have the same command that the gcc / clang options have: ar rcs $libfile $objfiles.
How can I set it via command line or config.nims?
Thanks a lot!