Searched defs:HOST_OS (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Denvsetup.mk41 # HOST_OS
43 HOST_OS := linux macro
46 HOST_OS := darwin macro
49 HOST_OS := darwin macro
52 HOST_OS := windows macro
56 BUILD_OS := $(HOST_OS)
58 # Under Linux, if USE_MINGW is set, we change HOST_OS to Windows to build the
60 ifeq ($(HOST_OS),linux)
62 HOST_OS := windows macro
66 ifeq ($(HOST_OS),)
[all...]

Completed in 30 milliseconds