Compiling statically with SDL now works correctly.

This commit is contained in:
nehalmistry 2002-03-29 23:45:45 +00:00
parent 17bc3bc98d
commit dd7822b3b2

2
setup
View file

@ -441,7 +441,7 @@ case $VIDSEL in
echo "SDL_CFLAGS = \$(shell $SDL_CONFIG --cflags)" >> $RULESFILE
if test "$STATIC x" != " x" ; then
SDLLIB="$SDLLIB -lesd"
SDLLIB="\$(shell $SDL_CONFIG --static-libs)"
fi
echo "SDLLIB = $SDLLIB" >> $RULESFILE