Set default of HAIKU_CONTINUOUS_INTEGRATION_BUILD.

This commit is contained in:
Oliver Tappe 2014-08-11 20:54:20 +02:00
parent 4ca98ce9a9
commit ad598251d7

View File

@ -839,6 +839,10 @@ OPTIM ?= -O2 ;
DEBUG ?= 0 ;
# Set a sane default for whether this is a CI build.
HAIKU_CONTINUOUS_INTEGRATION_BUILD ?= 0 ;
# Set the defaults for PLATFORM and SUPPORTED_PLATFORMS. PLATFORM is only
# overridden for targets to be built for the host platform. SUPPORTED_PLATFORMS
# can be overridden by the author of a component.