mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
OSX: Allow to specify a build
This commit is contained in:
parent
87509f2afa
commit
97297390f6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user