adjustments for cross build of aarch64 binaries on x86_64 linux
This commit is contained in:
2
src/cc/makecustom
Executable file → Normal file
2
src/cc/makecustom
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
if make -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