Replies: 1 comment
-
i was building it with cmake -GNinja .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
upon running this command ->nmake /f neon.mak OPENSSL_SRC=C:\Users\xyz\Desktop\openssl\openssl-3.2.2
I am getting error as
NMAKE : fatal error U1073: don't know how to make '"C:\Users\xyz\Desktop\openssl\openssl-3.2.2\out32dll\libeay32.lib"' Stop
looks like the makefile is not configured for building openssl for 64 bit
any help?
Beta Was this translation helpful? Give feedback.
All reactions