mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-30 18:39:15 +00:00
Small fix for < 10 Windows
This commit is contained in:
parent
a8bebb4a55
commit
37ff7fbc11
@ -13,8 +13,9 @@ PROG_NAME := hashcat
|
|||||||
##
|
##
|
||||||
|
|
||||||
UNAME := $(shell uname -s)
|
UNAME := $(shell uname -s)
|
||||||
|
UNAME := $(patsubst CYGWIN_NT-%,CYGWIN_NT-,$(UNAME))
|
||||||
|
|
||||||
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-10.0))
|
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-))
|
||||||
$(error "! Your Operating System ($(UNAME)) is not supported by $(PROG_NAME) Makefile")
|
$(error "! Your Operating System ($(UNAME)) is not supported by $(PROG_NAME) Makefile")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user