Skip to content

Commit 778774d

Browse files
kusmadscho
authored andcommitted
MSVC: require pton and ntop emulation
Without this, git-daemon cannot be built with Microsoft Visual C++. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent a49c818 commit 778774d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,8 @@ ifeq ($(uname_S),Windows)
11241124
NO_CURL = YesPlease
11251125
NO_PYTHON = YesPlease
11261126
BLK_SHA1 = YesPlease
1127+
NO_INET_PTON = YesPlease
1128+
NO_INET_NTOP = YesPlease
11271129
NO_POSIX_GOODIES = UnfortunatelyYes
11281130
NATIVE_CRLF = YesPlease
11291131
NO_D_INO_IN_DIRENT = YesPlease

0 commit comments

Comments
 (0)