summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 327e6db67e..36daa8ddad 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -719,6 +719,13 @@ ifdef EUCLIDEAN
DEFINES_L += -DEUCLIDEAN
endif
+
+SRC_BRANCH := $(shell git rev-parse --abbrev-ref HEAD || echo release)
+ifneq ($(SRC_BRANCH),$(filter master release stone_soup-%, $(SRC_BRANCH)))
+ DEFINES_L += -DEXPERIMENTAL_BRANCH="\"$(SRC_BRANCH)\""
+endif
+
+
#
# Figure out the build settings for this type of build
#