Update Makefile

This commit is contained in:
ShirkNeko
2025-04-05 11:52:12 +08:00
committed by GitHub
parent 81f228b18b
commit 53439be664

View File

@@ -60,7 +60,7 @@ ifeq ($(strip $(KSU_MANUAL_VERSION)),)
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
else
$(warning "KSU_GIT_VERSION not defined! Using default version.")
KSU_VERSION := $(KSU_VERSION)
KSU_VERSION := 16
$(info -- KernelSU version (Default): $(KSU_VERSION))
ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
endif