Skip to content

meson: export ORC_STATIC_COMPILATION in the pkgconfig file

Steve Lhomme requested to merge robUx41/orc:static-pkgconfig into master

If the library is compiled statically the define also needs to be set in the orc-0.4.pc file so that users of the library (in a UNIX toolchain cross compiling to Windows) will not import the functions as DLL imports.

Merge request reports