Mention the "plugins" test is useless with OBJDIR
This commit is contained in:
parent
f031ac32e1
commit
88637e65ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user