From b24e5220336cfe1b68299aa06a12fdec3262d343 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Fri, 26 Jul 2024 11:24:23 +0200
Subject: [PATCH] Allow EPICS_MODULES to be overwritten

---
 configure/CONFIG_APP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure/CONFIG_APP b/configure/CONFIG_APP
index ea0f055..ae3b4f2 100644
--- a/configure/CONFIG_APP
+++ b/configure/CONFIG_APP
@@ -23,4 +23,4 @@ HOST_OPT=NO
 
 E3_LIBRARY_NAME := require
 E3_LIBRARY_VERSION := 6.6.6
-EPICS_MODULES:=$(EPICS_BASE)/modules
\ No newline at end of file
+EPICS_MODULES?=$(EPICS_BASE)/modules
\ No newline at end of file
-- 
GitLab