Compiling statically with SDL now works correctly.
This commit is contained in:
parent
17bc3bc98d
commit
dd7822b3b2
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -441,7 +441,7 @@ case $VIDSEL in
|
||||||
echo "SDL_CFLAGS = \$(shell $SDL_CONFIG --cflags)" >> $RULESFILE
|
echo "SDL_CFLAGS = \$(shell $SDL_CONFIG --cflags)" >> $RULESFILE
|
||||||
|
|
||||||
if test "$STATIC x" != " x" ; then
|
if test "$STATIC x" != " x" ; then
|
||||||
SDLLIB="$SDLLIB -lesd"
|
SDLLIB="\$(shell $SDL_CONFIG --static-libs)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "SDLLIB = $SDLLIB" >> $RULESFILE
|
echo "SDLLIB = $SDLLIB" >> $RULESFILE
|
||||||
|
|
Loading…
Add table
Reference in a new issue