Skip to content

Commit

Permalink
Fix udpgw compile script as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop72 committed Jul 27, 2017
1 parent 7300026 commit 81b2c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-udpgw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ for f in $SOURCES; do
OBJS=( "${OBJS[@]}" "${obj}" )
done

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

0 comments on commit 81b2c18

Please sign in to comment.