Open cetra3 opened 6 years ago
Thanks! It seems like the c++ compiler should either be omitted or specified to something that exists? (seems like it isn't used anyway?)
Yeah I don't think it's used for this case. I'm not sure how to control cmake
via build.rs though?
I think we may either need to pass an option saying "don't pass the C++ compiler" or explicitly pass one that's known to exist (but won't get used) like c++
@cetra3 were you able to resolve this? Experiencing a similiar issue myself
@dandxy89 no unfortunately. I instead used https://github.com/shepmaster/twox-hash
Not sure how to resolve this one.
Using the musl docker Trying to build this library, I get the following error:
If I manually build this it works ok: