Update Makefile

This commit is contained in:
ShirkNeko
2025-04-15 15:14:20 +08:00
committed by GitHub
parent b7b739824e
commit 8ada7757ea

View File

@@ -56,7 +56,7 @@ $(info -- SukiSU version: $(KSU_VERSION))
ccflags-y += -DKSU_VERSION=$(KSU_VERSION) ccflags-y += -DKSU_VERSION=$(KSU_VERSION)
else # If there is no .git file, the default version will be passed. else # If there is no .git file, the default version will be passed.
$(warning "KSU_GIT_VERSION not defined! It is better to make SukiSU a git submodule!") $(warning "KSU_GIT_VERSION not defined! It is better to make SukiSU a git submodule!")
ccflags-y += -DKSU_VERSION=12500 ccflags-y += -DKSU_VERSION=12800
endif endif
ifndef KSU_EXPECTED_SIZE ifndef KSU_EXPECTED_SIZE