mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
libcjson.pc.in: Use Libs.private instead of Private
Thanks @shiluotang
This commit is contained in:
parent
d44b594ab3
commit
6820448db5
@ -6,5 +6,5 @@ Version: @PROJECT_VERSION@
|
||||
Description: Ultralightweight JSON parser in ANSI C
|
||||
URL: https://github.com/DaveGamble/cJSON
|
||||
Libs: -L${libdir} -lcjson
|
||||
Libs.Private: -lm
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user