1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 16:38:29 +00:00

Disable CRT glob under Cygwin

This commit is contained in:
Rosen Penev 2017-02-07 16:29:59 -08:00
parent ee0911c26e
commit 74cb35e981

View File

@ -98,7 +98,7 @@ endif
## win native
##
IS_WIN_BUILD_NATIVE := $(filter CYGWIN,$(UNAME))$(filter MSYS2,$(UNAME))
IS_WIN_BUILD_NATIVE := $(filter MSYS2,$(UNAME))
ifneq (,$(IS_WIN_BUILD_NATIVE))