From 51ee606547e9b4d5a85f2657c8870ab976e27d8d Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 5 Apr 2023 23:44:04 -0400 Subject: [PATCH] changed make to for freebsd support --- src/cc/makecustom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/makecustom b/src/cc/makecustom index 3516b4023..8fca17cba 100755 --- a/src/cc/makecustom +++ b/src/cc/makecustom @@ -1,5 +1,5 @@ #!/bin/sh -if HOST="$HOST" make -B -f Makefile_custom "$@"; then +if HOST="$HOST" $MAKE -B -f Makefile_custom "$@"; then echo CUSTOMCC BUILD SUCCESSFUL else echo CUSTOMCC BUILD FAILED