I get build error
I can workaournd it by disable
src\sqlite3mc_config.h
#define HAVE_CIPHER_AEGIS 1
but I pass at the arm64-windows
I try to change something, but the the arm64ec is not defined here, only see _M_ARM64.
the HAS_AEGIS_AES_HARDWARE should be rightly define AEGIS_AES_HARDWARE_NEON
Anyone can help me?