mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Fix mingw reference to pcap in the source tree
This commit is contained in:
parent
6115b59921
commit
223701a170
@ -391,6 +391,7 @@ fi
|
|||||||
|
|
||||||
# FIXME: Arrggh we need the WHOLE PATH
|
# FIXME: Arrggh we need the WHOLE PATH
|
||||||
pwd=`realpath $srcdir`
|
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"
|
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"
|
LDFLAGS="$LDFLAGS -L$pwd/vs2015/sdlnet/linux-host/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user