Browse Source

changed make to for freebsd support

pull/328/head
jahway603 1 year ago
parent
commit
51ee606547
  1. 2
      src/cc/makecustom

2
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

Loading…
Cancel
Save