mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-04-11 16:51:07 +00:00
Add BUILD_FINAL from Spearmint
This commit is contained in:
parent
4c31c90f6c
commit
83e5ecfe36
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -41,6 +41,9 @@ endif
|
|||
ifndef BUILD_RENDERER_OPENGL2
|
||||
BUILD_RENDERER_OPENGL2=
|
||||
endif
|
||||
ifndef BUILD_FINAL
|
||||
BUILD_FINAL =0
|
||||
endif
|
||||
|
||||
#############################################################################
|
||||
#
|
||||
|
@ -306,6 +309,8 @@ ifneq ($(BUILD_CLIENT),0)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(BUILD_FINAL),1)
|
||||
|
||||
# Add git version info
|
||||
USE_GIT=
|
||||
ifeq ($(wildcard .git),.git)
|
||||
|
@ -316,6 +321,8 @@ ifeq ($(wildcard .git),.git)
|
|||
endif
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
|
||||
#############################################################################
|
||||
# SETUP AND BUILD -- LINUX
|
||||
|
|
Loading…
Reference in a new issue