You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On Mac OSX, in order to use `|` and other regular expression operators, we need to use enhanced regular expression syntax (-E); see https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man7/re_format.7.html#//apple_ref/doc/man/7/re_format.
384
409
ifeq ($(OS), Darwin)
385
410
find_kernel_prefix := -E
@@ -411,4 +436,5 @@ include $(TOOLS_MAKE_LIB_DIR)/ls/tests_directories.mk
0 commit comments