Explorar el Código

OSX: Allow to specify a build

Nils Maier hace 8 años
padre
commit
97297390f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      makerelease-osx.mk

+ 1 - 1
makerelease-osx.mk

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