Skip to content

Commit

Permalink
Remove unnecessary branching in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy committed Jul 16, 2024
1 parent 609e789 commit 3bbfb23
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
GIT_REF_TAG := $(shell git describe --tags)
BUILD_TAGS = rocksdb
ifdef OS
# windows
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
else
ifeq ($(shell uname -m), arm64)
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
else
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
endif
endif
DOCKER_BUILD_ARGS = # E.g. make docker-build "DOCKER_BUILD_ARGS=--tag wasp:devel"

#
Expand Down

0 comments on commit 3bbfb23

Please sign in to comment.