diff options
author | van Hauser <vh@thc.org> | 2020-02-07 11:02:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 11:02:49 +0100 |
commit | ca35e57eac1fbc49b9fc9ae033bddb4b52fc8485 (patch) | |
tree | e72e3a9a78ccc26c86eff3c6683b13f7346c9187 | |
parent | 369b6d2f670a7cb8a268855810006d92590b1528 (diff) | |
parent | 2c7fba0a9c5ffdf9a040be0f8441d9fef77aa0c7 (diff) | |
download | afl++-ca35e57eac1fbc49b9fc9ae033bddb4b52fc8485.tar.gz |
Merge pull request #188 from devnexen/unicord_mode_fbsd_build_fix
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 |