changed make to for freebsd support
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if HOST="$HOST" make -B -f Makefile_custom "$@"; then
|
if HOST="$HOST" $MAKE -B -f Makefile_custom "$@"; then
|
||||||
echo CUSTOMCC BUILD SUCCESSFUL
|
echo CUSTOMCC BUILD SUCCESSFUL
|
||||||
else
|
else
|
||||||
echo CUSTOMCC BUILD FAILED
|
echo CUSTOMCC BUILD FAILED
|
||||||
|
|||||||
Reference in New Issue
Block a user