winlibs / winlib-builder

MIT License
6 stars 5 forks source link

Define BZIP2_LIBRARY #18

Open cmb69 opened 1 month ago

cmb69 commented 1 month ago

For some reason, libzip 1.8.0 requires us to define this option, while previously defining BZIP2_LIBRARIES had been sufficient. Since apparently the option doesn't hurt when building older libzip versions, we just add it unconditionally.