diff --git a/src/win_file_globbing.mk b/src/win_file_globbing.mk index b74d5f873..719dfac05 100644 --- a/src/win_file_globbing.mk +++ b/src/win_file_globbing.mk @@ -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=