broader python support

This commit is contained in:
Dominik Maier
2020-02-03 10:55:15 +01:00
parent c7167190a6
commit b4d9d56af4
3 changed files with 28 additions and 51 deletions

View File

@ -145,7 +145,7 @@ static void usage(u8* argv0) {
argv0, EXEC_TIMEOUT, MEM_LIMIT);
#ifdef USE_PYTHON
SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n",
SAYF("Compiled with %s module support, see docs/python_mutators.txt\n",
(char*)PYTHON_VERSION);
#endif