Open darkk opened 2 months ago
mingw build for #293 is green, but build actually fails:
D:/a/smhasher/smhasher/City.cpp:90:10: fatal error: byteswap.h: No such file or directory 90 | #include <byteswap.h> | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/SMHasherSupport.dir/build.make:146: CMakeFiles/SMHasherSupport.dir/City.cpp.o] Error 1
And, moreover, make test fails as well:
make test
Start 1: VerifyAll Could not find executable SMHasher
mingw build for #293 is green, but build actually fails:
And, moreover,
make test
fails as well: