Set default of HAIKU_CONTINUOUS_INTEGRATION_BUILD.
This commit is contained in:
@@ -839,6 +839,10 @@ OPTIM ?= -O2 ;
|
|||||||
DEBUG ?= 0 ;
|
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
|
# Set the defaults for PLATFORM and SUPPORTED_PLATFORMS. PLATFORM is only
|
||||||
# overridden for targets to be built for the host platform. SUPPORTED_PLATFORMS
|
# overridden for targets to be built for the host platform. SUPPORTED_PLATFORMS
|
||||||
# can be overridden by the author of a component.
|
# can be overridden by the author of a component.
|
||||||
|
|||||||
Reference in New Issue
Block a user