Skip to content

Commit 601f72b

Browse files
committed
Add fnmatch
1 parent 118d7c0 commit 601f72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ build_windows ()
118118
strtok_r \
119119
poll \
120120
recv \
121-
net_if
121+
net_if \
122+
fnmatch
122123

123124
cd ${TOP_SRCDIR}/_build_aux/_gnulib
124125
./configure --host="mingw32" LIBS="-lws2_32 -lpthread"

0 commit comments

Comments
 (0)