AFAIK, bsd target is same as linux.

This commit is contained in:
evilynux 2007-07-01 20:07:35 +00:00
parent 76db3741f6
commit b1f89587ad
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if test "x$HAVE_SDL" = "xyes"; then
fi
case $target in
*linux*)
*linux* | *bsd*)
LIBS="$LIBS -lGL"
;;
*mingw*)