From 2ac205d1d0aaff43513471b0e185b8a9a2487d9a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Sep 2017 16:23:05 +0300 Subject: Unconditionally add -DPKGCONFIG_IS_STATIC to cc.export.poptions for static library --- libpkgconf/libpkgconf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libpkgconf/libpkgconf.h') diff --git a/libpkgconf/libpkgconf.h b/libpkgconf/libpkgconf.h index 370bf9a..096d92b 100644 --- a/libpkgconf/libpkgconf.h +++ b/libpkgconf/libpkgconf.h @@ -16,9 +16,10 @@ #ifndef LIBPKGCONF__LIBPKGCONF_H #define LIBPKGCONF__LIBPKGCONF_H -// Wrap the header content into the 'extern "C"' block, so C++ compiler can -// handle it properly (issue #136 is reported). -// +/* + * Wrap the header content into the 'extern "C"' block, so C++ compiler can + * handle it properly (issue #136 is reported). + */ #ifdef __cplusplus extern "C" { #endif -- cgit v1.1