How to build sqlcipher library for arm64 for windows

I tried building sqlcipher for arm64 configuration on windows, but it fails and shows an error with lemon.exe the command that I used to build sqlcipher was
nmake /f Makefile.msc libsqlite3.lib NO_TCL=1 USE_CRT_DLL=1 "OPTS=-DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLITE_MAX_ATTACHED=125 -I%LIB_INSTALL_PATH%\include" CORE_LINK_OPTS="/LIBPATH:%LIB_INSTALL_PATH%\lib\ libcrypto.lib"
This same command works perfectly fine for x64 arch and x86 arch but only fails for arm64 arch.