1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 23:48:39 +00:00

Update win_file_globbing.mk

This commit is contained in:
Stephen 2017-02-06 15:43:26 -08:00 committed by GitHub
parent cbc355be39
commit 0abf79de4d

View File

@ -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 # 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)) ifeq (,$(CRT_GLOB))
define WARNING_MESSAGE= define WARNING_MESSAGE=