Add cygwin support
Doesn't actually build but "make win64" or "make win32" still works. Actually, why is the operating system even checked in the makefile?
This commit is contained in:
parent
9d2c24fc0d
commit
a8bebb4a55
@ -14,7 +14,7 @@ PROG_NAME := hashcat
|
|||||||
|
|
||||||
UNAME := $(shell uname -s)
|
UNAME := $(shell uname -s)
|
||||||
|
|
||||||
ifeq (,$(filter $(UNAME),Linux Darwin))
|
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT-10.0))
|
||||||
$(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…
x
Reference in New Issue
Block a user