mirror of
https://github.com/git/git.git
synced 2024-11-19 06:44:00 +01:00
Merge branch 'jc/c99'
* jc/c99: Cygwin needs NO_C99_FORMAT???
This commit is contained in:
commit
4e273c9dcf
1
Makefile
1
Makefile
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user