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
|
||||
|
||||
if test "$STATIC x" != " x" ; then
|
||||
SDLLIB="$SDLLIB -lesd"
|
||||
SDLLIB="\$(shell $SDL_CONFIG --static-libs)"
|
||||
fi
|
||||
|
||||
echo "SDLLIB = $SDLLIB" >> $RULESFILE
|
||||
|
|
Loading…
Reference in a new issue