Skip to content

Commit

Permalink
Configuration: fixed bundle archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Apr 2, 2019
1 parent 5507098 commit 03da0c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ bundle: bundle-$(GIT_TAG)
bundle-%:
$(eval TAG := $(patsubst bundle-%,%,$@))
$(eval BUNDLE := casm-$(TAG))
ifeq ($(ENV_OSYS),Mac)
$(eval OSYS := darwin)
else
$(eval OSYS := $(shell echo $(ENV_OSYS) | tr A-Z a-z))
endif
$(eval ARCH := $(shell echo $(ENV_ARCH) | tr A-Z a-z))
$(eval ARCHIVE := casm-$(OSYS)-$(ARCH))
@echo "-- Bundle '$(TAG)' for '$(ENV_OSYS)' '$(ENV_ARCH)'"
Expand Down

0 comments on commit 03da0c4

Please sign in to comment.