[ANNOUNCE] pkg-config-lite 0.27-1 (and minor bug in pkg-config)
Oliver Lange
bloody at bloody.in-berlin.de
Wed Jul 11 22:43:21 PDT 2012
Am 11.07.2012 14:50, schrieb Dan Nicholson:
> I just put together pkg-config 0.27 for release.
I just put together pkg-config-lite-0.27-1 for release.
http://pkg-config-lite.sourceforge.net
Minor bug in pkg.c:
static void scan_dir (const char *dirname)
// problem: dirname cannot be const on _WIN32 because
// the function modifies the string. Make that:
static void scan_dir (char *dirname)
--
Cheers,
Oliver.
More information about the pkg-config
mailing list