-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rockspec support static OpenSSL on Windows #81
Comments
Hi can you help me with this error how you solved it? i need to include these libraries ? where? in my configure where? |
you need add this to rockspec file there https://github.com/brunoos/luasec/blob/master/luasec-0.6-1.rockspec#L84 |
I don't use Windows... |
must lost some include/lib setting in project file, all the APIs he mentioned are windows native one. |
Yes its Windows only. And even need only if OpenSSL build as static library. |
Would It be better to create two rockspec? (one static linkage and other for dll) |
Just try build LuaSec with OpenSSL 1.0.2h and got:
To resolve this deps need also ling against
Advapi32.lib
,User32.lib
andGdi32.lib
The text was updated successfully, but these errors were encountered: