From 31ac51d58d1b724c8b339b93e011ebc9fd6958b1 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 5 Apr 2023 16:39:15 -0400 Subject: [PATCH] added freebsd into build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 7bdf5f93d..40d46c354 100755 --- a/build.sh +++ b/build.sh @@ -12,8 +12,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then ./util/build-mac.sh --disable-tests $@ elif [[ "$OSTYPE" == "msys"* ]]; then ./util/build-win.sh --disable-tests $@ -#elif [[ "$OSTYPE" == "freebsd"* ]]; then - # placeholder +elif [[ "$OSTYPE" == "freebsd"* ]]; then + MAKE=gmake ./util/build.sh --disable-tests $@ else echo "Unable to detect your OS. What are you using?" fi