Ver Fonte

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

Thanks @shiluotang
Max Bruckner há 6 anos atrás
pai
commit
6820448db5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      library_config/libcjson.pc.in

+ 1 - 1
library_config/libcjson.pc.in

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