Skip to content

Commit 626bfc1

Browse files
committed
Let's use gettext and Python with MSys2
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5bf9db5 commit 626bfc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.mak.uname

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ ifneq (,$(MSYSTEM))
549549
NO_R_TO_GCC_LINKER = YesPlease
550550
INTERNAL_QSORT = YesPlease
551551
HAVE_LIBCHARSET_H = YesPlease
552-
NO_GETTEXT = YesPlease
552+
NO_GETTEXT =
553+
NO_PYTHON =
553554
USE_LIBPCRE= YesPlease
554555
NO_CURL =
555556
USE_NED_ALLOCATOR =

0 commit comments

Comments
 (0)