mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:26:21 +00:00
Added python support to -v
This commit is contained in:
@@ -130,6 +130,12 @@ main(int argc, char **argv)
|
||||
g_print("C plugins: Disabled\n");
|
||||
#endif
|
||||
|
||||
#ifdef PROF_HAVE_PYTHON
|
||||
g_print("Python plugins: Enabled\n");
|
||||
#else
|
||||
g_print("Python plugins: Disabled\n");
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user