Disable CRT glob under Cygwin
This commit is contained in:
@@ -98,7 +98,7 @@ endif
|
||||
## win native
|
||||
##
|
||||
|
||||
IS_WIN_BUILD_NATIVE := $(filter CYGWIN,$(UNAME))$(filter MSYS2,$(UNAME))
|
||||
IS_WIN_BUILD_NATIVE := $(filter MSYS2,$(UNAME))
|
||||
|
||||
ifneq (,$(IS_WIN_BUILD_NATIVE))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user