File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ LATESTTAG := $(shell git describe --tags $(shell git rev-list --tags --max-count
3838APP_TITLE := Ultimate Mod Manager
3939APP_AUTHOR := Genwald, jugeeya, jam1garner
4040ICON := icon.jpg
41- APP_VERSION := ${ LATESTTAG}
41+ APP_VERSION := $( LATESTTAG )
4242
4343ifneq ($(strip $(GITREV ) ) ,)
4444GITTAG := $(shell git describe --tags $(GITREV ) 2>/dev/null)
@@ -62,10 +62,7 @@ EXEFS_SRC := exefs_src
6262ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE
6363
6464CFLAGS := -g -Wall -O3 -ffunction-sections \
65- $(ARCH) $(DEFINES) \
66- -DVERSION_MAJOR=${VERSION_MAJOR} \
67- -DVERSION_MINOR=${VERSION_MINOR} \
68- -DVERSION_MICRO=${VERSION_MICRO}
65+ $(ARCH) $(DEFINES)
6966
7067CFLAGS += $(INCLUDE ) -D__SWITCH__ -DVERSION_STRING="\"$(APP_VERSION ) \""
7168
You can’t perform that action at this time.
0 commit comments