diff options
author | Ruben ten Hove <git@rhtenhove.nl> | 2020-05-14 14:35:09 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-14 21:49:36 +0200 |
commit | d95c4483fd0a0181092205a31993d90a2cca30d7 (patch) | |
tree | d6127de6b82e2b6df7c9fa6f3a521f1227445c3f | |
parent | 00a147b24433396b08eeb23c4dc21c4bc32414ec (diff) | |
download | afl++-d95c4483fd0a0181092205a31993d90a2cca30d7.tar.gz |
correct binary already chosen before
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index ac92c368..08a2238d 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -76,14 +76,12 @@ fi if [ "$PLT" = "Darwin" ]; then CORES=`sysctl -n hw.ncpu` TARCMD=tar - PYTHONBIN=python3 fi if [ "$PLT" = "FreeBSD" ]; then MAKECMD=gmake CORES=`sysctl -n hw.ncpu` TARCMD=gtar - PYTHONBIN=python3 fi if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then |