Skip to content

Commit

Permalink
Merge pull request #101 from idoleat/master
Browse files Browse the repository at this point in the history
Refine Makefile on error handling for Arm32 detection
  • Loading branch information
jserv authored Jan 3, 2024
2 parents 43dda26 + 0ec95c8 commit d3c4734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else
PRINTF = env printf
endif

HOST_ARCH = $(shell arch)
HOST_ARCH = $(shell arch 2>/dev/null)

# Control the build verbosity
ifeq ("$(VERBOSE)","1")
Expand Down

0 comments on commit d3c4734

Please sign in to comment.