Skip to content

Commit

Permalink
Cygwin needs NO_C99_FORMAT???
Browse files Browse the repository at this point in the history
I noticed that t3800 test breaks with git built without this
option.

Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Junio C Hamano committed Aug 3, 2006
1 parent fba0cbd commit 70b9c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ ifeq ($(uname_O),Cygwin)
NO_STRLCPY = YesPlease
NO_SYMLINK_HEAD = YesPlease
NEEDS_LIBICONV = YesPlease
NO_C99_FORMAT = YesPlease
# There are conflicting reports about this.
# On some boxes NO_MMAP is needed, and not so elsewhere.
# Try uncommenting this if you see things break -- YMMV.
Expand Down

0 comments on commit 70b9c59

Please sign in to comment.