mirror of
https://github.com/yaml/libyaml
synced 2026-06-08 18:28:36 +00:00
Added missing Cflags path in pkg-config file
This commit is contained in:
committed by
Ian Cordasco
parent
37c92e06f8
commit
3c80be99fb
+1
-1
@@ -6,5 +6,5 @@ libdir=@libdir@
|
||||
Name: LibYAML
|
||||
Description: Library to parse and emit YAML
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags:
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lyaml
|
||||
|
||||
Reference in New Issue
Block a user