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:
parent
ee0911c26e
commit
74cb35e981
@ -98,7 +98,7 @@ endif
|
|||||||
## win native
|
## win native
|
||||||
##
|
##
|
||||||
|
|
||||||
IS_WIN_BUILD_NATIVE := $(filter CYGWIN,$(UNAME))$(filter MSYS2,$(UNAME))
|
IS_WIN_BUILD_NATIVE := $(filter MSYS2,$(UNAME))
|
||||||
|
|
||||||
ifneq (,$(IS_WIN_BUILD_NATIVE))
|
ifneq (,$(IS_WIN_BUILD_NATIVE))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user