mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 07:28:10 +00:00
Update win_file_globbing.mk
This commit is contained in:
parent
cbc355be39
commit
0abf79de4d
@ -104,7 +104,7 @@ ifneq (,$(IS_WIN_BUILD_NATIVE))
|
||||
|
||||
# entering this code path means: we need to check for CRT_glob.o since we try to build binaries for windows operating systems
|
||||
|
||||
CRT_GLOB := $(shell $(FIND) / -name $(CRT_GLOB_FILE_NAME) -print -quit)
|
||||
CRT_GLOB := $(CRT_GLOB_FILE_NAME)
|
||||
|
||||
ifeq (,$(CRT_GLOB))
|
||||
define WARNING_MESSAGE=
|
||||
|
Loading…
Reference in New Issue
Block a user