Skip to content

Commit 3bbfb23

Browse files
author
vitaliy
committed
Remove unnecessary branching in Makefile
1 parent 609e789 commit 3bbfb23

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile

-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
GIT_REF_TAG := $(shell git describe --tags)
22
BUILD_TAGS = rocksdb
3-
ifdef OS
4-
# windows
53
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
6-
else
7-
ifeq ($(shell uname -m), arm64)
8-
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
9-
else
10-
BUILD_LD_FLAGS = "-X=github.com/iotaledger/wasp/components/app.Version=$(GIT_REF_TAG)"
11-
endif
12-
endif
134
DOCKER_BUILD_ARGS = # E.g. make docker-build "DOCKER_BUILD_ARGS=--tag wasp:devel"
145

156
#

0 commit comments

Comments
 (0)