mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Merge pull request #815 from libexpat/fix-pkg-config-file-for-static-build-on-windows
pkg-config: Add missing `-DXML_STATIC` for Windows (alternative to #805)
This commit is contained in:
commit
8198e4bfed
2 changed files with 2 additions and 0 deletions
|
@ -10,3 +10,4 @@ URL: https://libexpat.github.io/
|
|||
Libs: -L${libdir} -l$<TARGET_PROPERTY:expat,pkgconfig_$<LOWER_CASE:$<CONFIG>>_output_name>
|
||||
Libs.private: $<TARGET_PROPERTY:expat,pkgconfig_libm>
|
||||
Cflags: -I${includedir}
|
||||
Cflags.private: -DXML_STATIC
|
||||
|
|
|
@ -10,3 +10,4 @@ URL: https://libexpat.github.io/
|
|||
Libs: -L${libdir} -l@PACKAGE_NAME@
|
||||
Libs.private: @LIBM@
|
||||
Cflags: -I${includedir}
|
||||
Cflags.private: -DXML_STATIC
|
||||
|
|
Loading…
Add table
Reference in a new issue