Skip to content

Commit

Permalink
armhf to armv71
Browse files Browse the repository at this point in the history
fix echo
  • Loading branch information
SciLor committed Apr 29, 2024
1 parent 5da5dc5 commit dbf8f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build_os:="$(OS)"

CFLAGS_VERSION:=-DBUILD_GIT_IS_DIRTY=${build_gitDirty} -DBUILD_GIT_DATETIME=\"${build_gitDateTime}\" -DBUILD_RAW_DATETIME=\"${build_rawDateTime}\" -DBUILD_GIT_SHORT_SHA=\"${build_gitShortSha}\" -DBUILD_GIT_SHA=\"${build_gitSha}\" -DBUILD_GIT_TAG=\"${build_gitTag}\"
CFLAGS_VERSION+=-DBUILD_PLATFORM=\"${build_platform}\" -DBUILD_OS=\"${build_os}\" -DBUILD_ARCH=\"${build_arch}\"
ifeq ($(build_arch),"armhf")
ifeq ($(build_arch),"armv7l")
CFLAGS_VERSION+=-DBUILD_PRIuTIME_LLU=1
endif

Expand Down Expand Up @@ -408,8 +408,8 @@ endif
all: check_dependencies submodules web build

echo_info:
$(ECHO) '[ ${GREEN}PLATF${NC}] ${CYAN}$(build_platform)${NC}'
$(ECHO) '[ ${GREEN}ARCH${NC} ] ${CYAN}$(build_arch)${NC}'
$(QUIET)$(ECHO) '[ ${GREEN}PLATF${NC}] ${CYAN}$(build_platform)${NC}'
$(QUIET)$(ECHO) '[ ${GREEN}ARCH${NC} ] ${CYAN}$(build_arch)${NC}'

build: echo_info $(EXECUTABLE)

Expand Down

0 comments on commit dbf8f2b

Please sign in to comment.