mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
Merge pull request #188 from devnexen/unicord_mode_fbsd_build_fix
unicorn mode build fix for FreeBSD.
This commit is contained in:
@ -81,6 +81,7 @@ if [ "$PLT" = "FreeBSD" ]; then
|
|||||||
MAKECMD=gmake
|
MAKECMD=gmake
|
||||||
CORES=`sysctl -n hw.ncpu`
|
CORES=`sysctl -n hw.ncpu`
|
||||||
TARCMD=gtar
|
TARCMD=gtar
|
||||||
|
PYTHONBIN=python3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then
|
if [ "$PLT" = "NetBSD" ] || [ "$PLT" = "OpenBSD" ]; then
|
||||||
|
Reference in New Issue
Block a user