Skip to content

Commit

Permalink
shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Nov 18, 2024
1 parent 436bb9f commit 2c8a177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ invoke-arch-%:
ifneq ($(CURR_ARCH),)
.PHONY: build-arch

SUPERLIBS_ARCH_CONFIG_TAG := $(shell echo $($(CURR_LIB)_CONFIGURE_FLAGS) | md5sum | cut -c1-8)
SUPERLIBS_ARCH_CONFIG_TAG := $(shell echo $($(CURR_LIB)_CONFIGURE_FLAGS) | shasum | cut -c1-8)
SUPERLIBS_ARCH_CONFIG_STAMP := $(SUPERLIBS_LIB_STAMPS_DIR)/configure-$(CURR_PLATFORM)-$(CURR_ARCH).$(SUPERLIBS_ARCH_CONFIG_TAG).stamp
SUPERLIBS_ARCH_DIR := $(SUPERLIBS_PLATFORM_DIR)/archs/$(CURR_ARCH)
SUPERLIBS_ARCH_PREFIX := $(SUPERLIBS_ARCH_DIR)/prefix
Expand Down

0 comments on commit 2c8a177

Please sign in to comment.