Fix mingw reference to pcap in the source tree

This commit is contained in:
Jonathan Campbell 2020-11-01 07:36:10 -08:00
parent 6115b59921
commit 223701a170

View File

@ -391,6 +391,7 @@ fi
# FIXME: Arrggh we need the WHOLE PATH
pwd=`realpath $srcdir`
if [[ -z "$pwd" ]]; then pwd=`pwd`; fi
CFLAGS="$CFLAGS -I$pwd -I$pwd/vs2015/sdlnet/linux-host/include -I$pwd/vs2015/sdlnet/linux-host/include/SDL"
LDFLAGS="$LDFLAGS -L$pwd/vs2015/sdlnet/linux-host/lib"