From 835f216630ab46c026fc89786698d55719fc5187 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 18 Nov 2023 17:17:46 +0100 Subject: [PATCH] - fix variables asignment --- make/first.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make/first.mk b/make/first.mk index 6451033..ee8b1eb 100644 --- a/make/first.mk +++ b/make/first.mk @@ -1,8 +1,8 @@ -QUIET := yes -LINKING_FFMPEG_LIBS := yes -USE_SONAME_VERSION := no -BUILD_DIR := build +QUIET ?= yes +LINKING_FFMPEG_LIBS ?= yes +USE_SONAME_VERSION ?= no +BUILD_DIR ?= build ifeq ($(BUILD_MODE), nxp) include ../make/version-libnxp.mk -- 2.20.1