I was surprised when I recently built both debug and release on macOS and got the same file name `libminizip.a`. ```cmake if(WIN32) set(CMAKE_DEBUG_POSTFIX "d") ``` Why is this now WIN32 only? This was changed in commit c4916c971ae975e8344659ea064afcbc24f15a93.
I was surprised when I recently built both debug and release on macOS and got the same file name
libminizip.a.Why is this now WIN32 only?
This was changed in commit c4916c9.