akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.02k stars 807 forks source link

Can't create DLL on Windows for Jansson 1.2 #650

Open poxyran opened 1 year ago

poxyran commented 1 year ago

Hello!, I'm trying to compile Jansson 1.2 DLL on Windows 11 x64 to make some test using MSYS32 MINGW64 but I only get the static library. I tried compiling Jansson 2.x and there is no problems, DLL is created automatically. Do I need to add some parameter to the configure command or touch some config file?.