diff options
author | hexcoder- <heiko@hexco.de> | 2020-05-05 22:59:26 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-05-05 22:59:26 +0200 |
commit | a31b58eeeaaf67f2d2eaaf676dee60c427278cae (patch) | |
tree | 7575cd949f50fddcdaf188432129cdc51b3d6dc5 | |
parent | e31b816aa0948e66902828595fe1b437cb4cd496 (diff) | |
download | afl++-a31b58eeeaaf67f2d2eaaf676dee60c427278cae.tar.gz |
add one more alternative to python requirements: python-dev
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 98092f11..df1434a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -307,7 +307,7 @@ test_python: else test_python: - @echo "[-] You seem to need to install the package python3-dev or python2-dev (and perhaps python[23]-apt), but it is optional so we continue" + @echo "[-] You seem to need to install the package python3-dev, python2-dev or python-dev (and perhaps python[23]-apt), but it is optional so we continue" endif |