added freebsd into build.sh

This commit is contained in:
jahway603
2023-04-05 16:39:15 -04:00
parent dd9be59e4f
commit 31ac51d58d

View File

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