summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-11 23:38:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-11 23:38:53 +0200
commit022e705d87a6bc130dde6d5681656ab559f492ce (patch)
treea6bfba16778200ea81f3790cd13cfd0ee6228758 /mk
parent4680c06eaf1c0e6bcb58f34d8f51a366a93c0b99 (diff)
check ostype directly
Diffstat (limited to 'mk')
-rw-r--r--mk/vars.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/vars.mk b/mk/vars.mk
index 4ecd87972..6f3f5d270 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -413,7 +413,7 @@ QUIET:= --quiet
endif
FETCH_CMD?= PATH='${HOST_PATH}' wget --timeout=$(ADK_WGET_TIMEOUT) -t 3 --no-check-certificate $(QUIET)
-ifeq ($(ADK_HOST_CYGWIN),y)
+ifneq (,$(filter CYGWIN%,${OStype}))
EXEEXT:= .exe
endif