Loading core/envsetup.mk +9 −7 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ ifneq (,$(findstring Darwin,$(UNAME))) HOST_OS := darwin endif ifeq ($(CALLED_FROM_SETUP),true) HOST_OS_EXTRA := $(shell uname -rsm) ifeq ($(HOST_OS),linux) ifneq ($(wildcard /etc/os-release),) Loading @@ -144,6 +145,7 @@ else ifeq ($(HOST_OS),darwin) HOST_OS_EXTRA += $(shell sw_vers -productVersion) endif HOST_OS_EXTRA := $(subst $(space),-,$(HOST_OS_EXTRA)) endif # BUILD_OS is the real host doing the build. BUILD_OS := $(HOST_OS) Loading Loading
core/envsetup.mk +9 −7 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ ifneq (,$(findstring Darwin,$(UNAME))) HOST_OS := darwin endif ifeq ($(CALLED_FROM_SETUP),true) HOST_OS_EXTRA := $(shell uname -rsm) ifeq ($(HOST_OS),linux) ifneq ($(wildcard /etc/os-release),) Loading @@ -144,6 +145,7 @@ else ifeq ($(HOST_OS),darwin) HOST_OS_EXTRA += $(shell sw_vers -productVersion) endif HOST_OS_EXTRA := $(subst $(space),-,$(HOST_OS_EXTRA)) endif # BUILD_OS is the real host doing the build. BUILD_OS := $(HOST_OS) Loading