Mention the "plugins" test is useless with OBJDIR

This commit is contained in:
Pierre Pronchery 2015-10-04 04:16:06 +02:00
parent f031ac32e1
commit 88637e65ff

View File

@ -41,7 +41,7 @@ static int _perror(char const * message, int ret);
static int _plugins(void)
{
int ret = 0;
const char path[] = "../src/plugins";
const char path[] = "../src/plugins"; /* FIXME broken with OBJDIR */
#ifdef __APPLE__
const char ext[] = ".dylib";
#else