We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43dda26 + 0ec95c8 commit d3c4734Copy full SHA for d3c4734
mk/common.mk
@@ -5,7 +5,7 @@ else
5
PRINTF = env printf
6
endif
7
8
-HOST_ARCH = $(shell arch)
+HOST_ARCH = $(shell arch 2>/dev/null)
9
10
# Control the build verbosity
11
ifeq ("$(VERBOSE)","1")
0 commit comments