link to -lmingwex for win32
This commit is contained in:
parent
42b2ad4e76
commit
701f8efadc
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -526,7 +526,7 @@ case $VIDSEL in
|
|||
if [ "$WIN32" = "1" ] ; then
|
||||
echo "Using SDL"
|
||||
USESDL=1
|
||||
SDLLIB="\$(shell $SDL_CONFIG --libs)"
|
||||
SDLLIB="\$(shell $SDL_CONFIG --libs) -lmingwex"
|
||||
echo "SDL = -DUSE_SDL -DUSE_SDLA \$(SDL_CFLAGS)" >> $RULESFILE
|
||||
echo "SDL_CFLAGS = \$(shell $SDL_CONFIG --cflags)" >> $RULESFILE
|
||||
if test "$STATIC x" != " x" ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue