From d95c4483fd0a0181092205a31993d90a2cca30d7 Mon Sep 17 00:00:00 2001 From: Ruben ten Hove Date: Thu, 14 May 2020 14:35:09 +0200 Subject: correct binary already chosen before --- unicorn_mode/build_unicorn_support.sh | 2 -- 1 file changed, 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 -- cgit 1.4.1