Skip to content

Commit bfce3c4

Browse files
committed
Allow sites to overrid CONFIG_SITE through CONFIG_SITE.local
1 parent e96c46d commit bfce3c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure/CONFIG_SITE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Set this if you intend to build with a specific python version
44
# e.g. using python3
5-
# PYTHON_CONFIG=python3-config
5+
PYTHON_CONFIG=python3-config
66

77
# Make any application-specific changes to the EPICS build
88
# configuration variables in this file.
@@ -35,3 +35,6 @@ CHECK_RELEASE = YES
3535
# You must rebuild in the iocBoot directory for this to
3636
# take effect.
3737
#IOCS_APPL_TOP = </IOC/path/to/application/top>
38+
39+
# Allow site specific changes that are not part of this repo
40+
-include $(TOP)/configure/RELEASE.local

0 commit comments

Comments
 (0)