Skip to content

Commit 9e71342

Browse files
committed
fixup! mingw (MSys1): enable support for perl regular expressions
It is absolutely unnecessary to carry any msysGit-specific patches in our fork. msysGit is dead, long live Git for Windows. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1b3740a commit 9e71342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
538538
HAVE_LIBCHARSET_H = YesPlease
539539
NO_GETTEXT = YesPlease
540540
COMPAT_CLFAGS += -D__USE_MINGW_ACCESS
541+
USE_LIBPCRE= YesPlease
541542
else
542543
ifeq ($(shell expr "$(uname_R)" : '2\.'),2)
543544
# MSys2

0 commit comments

Comments
 (0)