libcjson.pc.in: Use Libs.private instead of Private

Thanks @shiluotang
This commit is contained in:
Max Bruckner 2018-12-20 18:04:52 +01:00
parent d44b594ab3
commit 6820448db5
1 changed files with 1 additions and 1 deletions

View File

@ -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}