mirror of
https://github.com/aria2/aria2.git
synced 2025-04-03 20:47:36 +03:00
OSX: Allow to specify a build
This commit is contained in:
parent
87509f2afa
commit
97297390f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue