Mend issue with VER_FLAVOR

Can't put a "# ...comment" where I did; it breaks things!!!
This commit is contained in:
Bill Kendrick 2023-03-22 01:00:20 -07:00
parent 0ea015aa93
commit 025c42be4f

View file

@ -10,7 +10,8 @@
# The version number, for release:
VER_VERSION:=0.9.29-rc2
VER_FLAVOR:="" # We are always SDL2 now, so don't need "-sdl2"
# We are always SDL2 now, so don't need "-sdl2"
VER_FLAVOR:=""
ifdef SOURCE_DATE_EPOCH
VER_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d")
else