Add SKIP_VERISON_CHECK to Makefile

This commit is contained in:
Fijxu 2026-08-17 01:43:57 -04:00
parent 121ac8f81e
commit 0b2f2aa36e
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -6,6 +6,7 @@ RELEASE := 1
STATIC := 0
NO_DBG_SYMBOLS := 0
SKIP_VERSION_CHECK := 0
FLAGS ?=
@ -27,6 +28,9 @@ ifeq ($(API_ONLY), 1)
FLAGS += -Dapi_only
endif
ifeq ($(SKIP_VERSION_CHECK), 1)
FLAGS += -Dskip_version_check
endif
# -----------------------
# Main