OSX: Allow to specify a build

pull/956/head
Nils Maier 2017-06-28 21:17:18 +02:00
parent 87509f2afa
commit 97297390f6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \