about summary refs log tree commit diff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-07 17:01:17 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-07 17:01:17 +0100
commitfd8fe4dd088464230df2dc456c5a9fbf905c907f (patch)
treeb6f795fa450eae27512ef9e6d7d3d54a0db72278 /unicorn_mode
parent1e10e452aaa366c3d06e7eda9f56f127fbf25319 (diff)
parent7734a9229e5470a2c1c2f67702d4c299cd7a6264 (diff)
downloadafl++-fd8fe4dd088464230df2dc456c5a9fbf905c907f.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'unicorn_mode')
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh1
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