Add DEV_BRANCH to RFLAGS so it's present when make is compiling resource files.

This commit is contained in:
ts-korhonen
2021-04-18 02:43:24 +03:00
parent f9f11c6968
commit 000295cffc

View File

@@ -503,6 +503,7 @@ endif
# Options for the DEV branch.
ifeq ($(DEV_BRANCH), y)
OPTS += -DDEV_BRANCH
RFLAGS += -DDEV_BRANCH
DEVBROBJ :=
ifeq ($(AMD_K5), y)