Skip to content

Commit

Permalink
Fix mingw reference to pcap in the source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Nov 1, 2020
1 parent 6115b59 commit 223701a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 223701a

Please sign in to comment.