Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 7f12b90

Browse files
dschopatthoyts
authored andcommitted
Define NO_GETTEXT for Git for Windows
The dreaded "your vnsprintf is broken (returned -1)" error is back. At least with the libintl version we have. So for the moment, just work around the issue by _not_ using gettext. Ah, I wish that my attempt at implementing a custom strbuf_vaddf() would not have been brushed aside so rashly. Oh well. Time saved on maintaining that thing, I guess (although more time went into working around coping with existing implementations). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent bb8196c commit 7f12b90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
13571357
NO_R_TO_GCC_LINKER = YesPlease
13581358
INTERNAL_QSORT = YesPlease
13591359
HAVE_LIBCHARSET_H = YesPlease
1360+
NO_GETTEXT = YesPlease
13601361
else
13611362
NO_CURL = YesPlease
13621363
endif

0 commit comments

Comments
 (0)