1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-23 12:35:10 +02:00

Merge branch 'js/config-mak-windows-pcre-fix'

Whitespace fix.

* js/config-mak-windows-pcre-fix:
  config.mak.uname: PCRE1 cleanup
This commit is contained in:
Junio C Hamano 2021-07-16 17:42:47 -07:00
commit fba551379e

View File

@ -673,7 +673,7 @@ else
HAVE_LIBCHARSET_H = YesPlease
NO_GETTEXT =
USE_GETTEXT_SCHEME = fallthrough
USE_LIBPCRE= YesPlease
USE_LIBPCRE = YesPlease
NO_CURL =
USE_NED_ALLOCATOR = YesPlease
ifeq (/mingw64,$(subst 32,64,$(prefix)))