Skip to content

Commit d3c4734

Browse files
authored
Merge pull request #101 from idoleat/master
Refine Makefile on error handling for Arm32 detection
2 parents 43dda26 + 0ec95c8 commit d3c4734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/common.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else
55
PRINTF = env printf
66
endif
77

8-
HOST_ARCH = $(shell arch)
8+
HOST_ARCH = $(shell arch 2>/dev/null)
99

1010
# Control the build verbosity
1111
ifeq ("$(VERBOSE)","1")

0 commit comments

Comments
 (0)