Skip to content

Commit 629d263

Browse files
committed
Made build
1 parent c0e675c commit 629d263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ VERSION ?= $(shell git describe --tags --always | sed 's/^v//')
2525
DOCKER_REGISTRY ?= ghcr.io/mutablelogic
2626

2727
# Paths to locations, etc
28-
BUILD_DIR := "build"
28+
BUILD_DIR ?= "build"
2929
CMD_DIR := $(filter-out cmd/ffmpeg/README.md, $(wildcard cmd/ffmpeg/*))
3030
BUILD_TAG := ${DOCKER_REGISTRY}/go-media-${OS}-${ARCH}:${VERSION}
3131
PREFIX ?= ${BUILD_DIR}/install

0 commit comments

Comments
 (0)