changed make to for freebsd support

This commit is contained in:
jahway603
2023-04-05 23:44:04 -04:00
parent 75c42512ea
commit 51ee606547

View File

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