Skip to content

Commit bad866a

Browse files
kbleesgitster
authored andcommitted
MSVC: fix compile errors due to missing libintl.h
Set NO_GETTEXT in config.mak.uname to get rid of libintl.h dependency. Signed-off-by: Karsten Blees <[email protected]> Acked-by: Sebastian Schuberth <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bb80ee0 commit bad866a

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
@@ -339,6 +339,7 @@ ifeq ($(uname_S),Windows)
339339
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
340340
NO_REGEX = YesPlease
341341
NO_CURL = YesPlease
342+
NO_GETTEXT = YesPlease
342343
NO_PYTHON = YesPlease
343344
BLK_SHA1 = YesPlease
344345
ETAGS_TARGET = ETAGS

0 commit comments

Comments
 (0)