Skip to content

Commit 4fd9be6

Browse files
committed
Contribs: NFS works on Windows
1 parent b42159f commit 4fd9be6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/src/nfs/rules.mak

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
NFS_VERSION := 1.10.0
33
NFS_URL := https://github.com/sahlberg/libnfs/archive/libnfs-$(NFS_VERSION).tar.gz
44

5-
ifndef HAVE_WIN32
65
PKGS += nfs
7-
endif
86
ifeq ($(call need_pkg,"libnfs"),)
97
PKGS_FOUND += nfs
108
endif

0 commit comments

Comments
 (0)