AFAIK, bsd target is same as linux.
This commit is contained in:
parent
76db3741f6
commit
b1f89587ad
|
@ -117,7 +117,7 @@ if test "x$HAVE_SDL" = "xyes"; then
|
|||
fi
|
||||
|
||||
case $target in
|
||||
*linux*)
|
||||
*linux* | *bsd*)
|
||||
LIBS="$LIBS -lGL"
|
||||
;;
|
||||
*mingw*)
|
||||
|
|
Loading…
Reference in New Issue