mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Expose private library dependencies via pkg-config
When linking statically, these need to be included for linking to succeed.
This commit is contained in:
parent
7d563a8f81
commit
ed7e6fe71a
1 changed files with 1 additions and 0 deletions
|
|
@ -10,3 +10,4 @@ URL: https://jemalloc.net/
|
|||
Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -ljemalloc${install_suffix}
|
||||
Libs.private: @LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue