-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
Hi,
On unix the library name is set to 'z':
Line 177 in 534864b
set_target_properties(zlib zlibstatic PROPERTIES OUTPUT_NAME z) |
but on windows that's not the case. Which makes the generated .pc file wrong:
Line 12 in 534864b
Libs: -L${libdir} -L${sharedlibdir} -lz |
Seems the library name ought to be injected as a replacement rather than hardcoded.
Regards,
Andres
Metadata
Metadata
Assignees
Labels
No labels