Skip to content

Commit 81b2c18

Browse files
committed
Fix udpgw compile script as well
1 parent 7300026 commit 81b2c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-udpgw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ for f in $SOURCES; do
8282
OBJS=( "${OBJS[@]}" "${obj}" )
8383
done
8484

85-
"${CC}" ${LDFLAGS} "${OBJS[@]}" -o udpgw -lrt
85+
"${CC}" ${LDFLAGS} "${OBJS[@]}" -o udpgw -lrt -lpthread

0 commit comments

Comments
 (0)