mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-07 01:22:49 -05:00
Add SKIP_VERISON_CHECK to Makefile
This commit is contained in:
parent
121ac8f81e
commit
0b2f2aa36e
4
Makefile
4
Makefile
@ -6,6 +6,7 @@ RELEASE := 1
|
|||||||
STATIC := 0
|
STATIC := 0
|
||||||
|
|
||||||
NO_DBG_SYMBOLS := 0
|
NO_DBG_SYMBOLS := 0
|
||||||
|
SKIP_VERSION_CHECK := 0
|
||||||
|
|
||||||
FLAGS ?=
|
FLAGS ?=
|
||||||
|
|
||||||
@ -27,6 +28,9 @@ ifeq ($(API_ONLY), 1)
|
|||||||
FLAGS += -Dapi_only
|
FLAGS += -Dapi_only
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(SKIP_VERSION_CHECK), 1)
|
||||||
|
FLAGS += -Dskip_version_check
|
||||||
|
endif
|
||||||
|
|
||||||
# -----------------------
|
# -----------------------
|
||||||
# Main
|
# Main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user