mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-27 02:18:21 +00:00
Add compilation on MINGW64 to Makefile
This commit is contained in:
parent
27e92540e4
commit
655c3881f3
@ -13,8 +13,9 @@ UNAME := $(shell uname -s)
|
|||||||
|
|
||||||
# we need to strip the windows version number to be able to build hashcat on cygwin hosts
|
# we need to strip the windows version number to be able to build hashcat on cygwin hosts
|
||||||
UNAME := $(patsubst CYGWIN_NT-%,CYGWIN_NT-,$(UNAME))
|
UNAME := $(patsubst CYGWIN_NT-%,CYGWIN_NT-,$(UNAME))
|
||||||
|
UNAME := $(patsubst MINGW64_NT-%,MINGW64_NT-,$(UNAME))
|
||||||
|
|
||||||
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT- FreeBSD))
|
ifeq (,$(filter $(UNAME),Linux Darwin CYGWIN_NT- MINGW64_NT- FreeBSD))
|
||||||
$(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