Merge pull request #188 from devnexen/unicord_mode_fbsd_build_fix

unicorn mode build fix for FreeBSD.
This commit is contained in:
van Hauser 2020-02-07 11:02:49 +01:00 committed by GitHub
commit ca35e57eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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