Skip to content

Commit

Permalink
OSX: Allow to specify a build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Jun 28, 2017
1 parent 87509f2 commit 9729739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerelease-osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ PREV_TAG := $(shell git describe --abbrev=0 $(THIS_TAG)~1)
# Aria2 setup
ARIA2 := aria2-$(VERSION)
ARIA2_PREFIX := $(PWD)/$(ARIA2)
ARIA2_DIST := $(PWD)/$(ARIA2)-osx-darwin
ARIA2_DIST := $(PWD)/$(ARIA2)-osx-darwin$(BUILD)
ARIA2_CONFFLAGS = \
--enable-static \
--disable-shared \
Expand Down

0 comments on commit 9729739

Please sign in to comment.