mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Tell pkg-config when tox core is built vs. nacl
This is required so that applications using tox core do not fail to link when core is built vs. the nacl library.
This commit is contained in:
parent
f85d5e512d
commit
847cbdf8c2
|
@ -7,5 +7,5 @@ Name: libtoxcore
|
|||
Description: Tox protocol library
|
||||
Requires:
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -ltoxcore @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue
Block a user