changed make to for freebsd support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user