mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
pkgconfig: use appropriate static lib name
This commit is contained in:
parent
4fb9a535db
commit
1f2912d383
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ Name: libwebsockets_static
|
|||
Description: Websockets server and client static library
|
||||
Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
|
||||
|
||||
Libs: -L\${libdir} -lwebsockets_static
|
||||
Libs: -L\${libdir} -l:libwebsockets${CMAKE_STATIC_LIBRARY_SUFFIX}
|
||||
Libs.private:
|
||||
Cflags: -I\${includedir}
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue