From 0abf79de4d257c149ea2d17b35a1655d12ea0ec2 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 6 Feb 2017 15:43:26 -0800 Subject: [PATCH] Update win_file_globbing.mk --- src/win_file_globbing.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=