Explorar o código

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

Thanks @shiluotang
Max Bruckner %!s(int64=6) %!d(string=hai) anos
pai
achega
6820448db5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}