Set default of HAIKU_CONTINUOUS_INTEGRATION_BUILD.
This commit is contained in:
parent
4ca98ce9a9
commit
ad598251d7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user