Skip to content

Commit

Permalink
Add BUILD_FINAL from Spearmint
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Mar 4, 2018
1 parent 4c31c90 commit 83e5ecf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -41,6 +41,9 @@ endif
ifndef BUILD_RENDERER_OPENGL2
BUILD_RENDERER_OPENGL2=
endif
ifndef BUILD_FINAL
BUILD_FINAL =0
endif

#############################################################################
#
Expand Down Expand Up @@ -306,6 +309,8 @@ ifneq ($(BUILD_CLIENT),0)
endif
endif

ifneq ($(BUILD_FINAL),1)

# Add git version info
USE_GIT=
ifeq ($(wildcard .git),.git)
Expand All @@ -316,6 +321,8 @@ ifeq ($(wildcard .git),.git)
endif
endif

endif


#############################################################################
# SETUP AND BUILD -- LINUX
Expand Down

0 comments on commit 83e5ecf

Please sign in to comment.