diff options
author | David Carlier <devnexen@gmail.com> | 2020-02-06 19:37:23 +0000 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2020-02-06 19:37:23 +0000 |
commit | 2c7fba0a9c5ffdf9a040be0f8441d9fef77aa0c7 (patch) | |
tree | 096717891c9cfa4f35b06dc100a47431eca465a5 | |
parent | 1ece4bb7dfc617dd03a9d416108aade97579a3c1 (diff) | |
download | afl++-2c7fba0a9c5ffdf9a040be0f8441d9fef77aa0c7.tar.gz |
unicorn mode build fix for FreeBSD.
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 582e0669..a04cca6b 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -81,6 +81,7 @@ if [ "$PLT" = "FreeBSD" ]; then MAKECMD=gmake CORES=`sysctl -n hw.ncpu` TARCMD=gtar + PYTHONBIN=python3 fi if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then |