You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't export any symbol in the dll (through __declspec(dllexport) or .def file).
So we cannot create a dll and we can only do a static library.
Currently we don't export any symbol in the dll (through
__declspec(dllexport)
or.def
file).So we cannot create a dll and we can only do a static library.
See openzim/libzim#930 as we will face the same issue than on libzim.
The text was updated successfully, but these errors were encountered: