瀏覽代碼

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

Thanks @shiluotang
Max Bruckner 6 年之前
父節點
當前提交
6820448db5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}