Skip to content

Commit de63e87

Browse files
committed
build: Fix missing eq function in version computation
1 parent 1323206 commit de63e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ GIT_COMMIT_EXACT_TAG := $(shell \
4848
# Go binary to use for all Go commands.
4949
export OASIS_GO ?= go
5050

51+
# String equality check function.
52+
eq = $(and $(findstring $(1),$(2)),$(findstring $(2),$(1)))
53+
5154
# Go command prefix to use in all Go commands.
5255
GO := env -u GOPATH $(OASIS_GO)
5356

0 commit comments

Comments
 (0)