commit | 594a10ae77d7f359b4bc3fa80c10f6944021bcd4 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Aug 07 20:08:04 2014 -0700 |
committer | Ying Wang <wangying@google.com> | Thu Aug 07 20:08:04 2014 -0700 |
tree | 7878eb83cc1dc75fa96eb42a22574782a011b400 | |
parent | 76c942c1645445a7b3f8b951db70f02cee270326 [diff] [blame] |
Consistent use of USE_MINGW Change-Id: I05e212e5a99639d0196006b9c2ec35072c54f399
diff --git a/core/envsetup.mk b/core/envsetup.mk index d0b5846..87371b9 100644 --- a/core/envsetup.mk +++ b/core/envsetup.mk
@@ -58,7 +58,7 @@ # Under Linux, if USE_MINGW is set, we change HOST_OS to Windows to build the # Windows SDK. Only a subset of tools and SDK will manage to build properly. ifeq ($(HOST_OS),linux) -ifneq ($(USE_MINGW),) +ifdef USE_MINGW HOST_OS := windows endif endif