diff options
author | van Hauser <vh@thc.org> | 2020-03-22 19:09:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 19:09:43 +0100 |
commit | c0fd8f4e157f02157cd01ae29b212a79b0b34534 (patch) | |
tree | 729f163e7e8b43588394b5528ac02d52ed1d3f47 | |
parent | d39e9ea11c75012023a32bef813de837f4aa7325 (diff) | |
parent | 0132657432014d12fb4741b9b8f2217093087621 (diff) | |
download | afl++-c0fd8f4e157f02157cd01ae29b212a79b0b34534.tar.gz |
Merge pull request #265 from devnexen/unicorn_python3_4_mac
Enforcing python3 for Mac too.
-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 9d178d06..a8999dca 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -75,6 +75,7 @@ fi if [ "$PLT" = "Darwin" ]; then CORES=`sysctl -n hw.ncpu` TARCMD=tar + PYTHONBIN=python3 fi if [ "$PLT" = "FreeBSD" ]; then |