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
|
fi
|
||||||
|
|
||||||
case $target in
|
case $target in
|
||||||
*linux*)
|
*linux* | *bsd*)
|
||||||
LIBS="$LIBS -lGL"
|
LIBS="$LIBS -lGL"
|
||||||
;;
|
;;
|
||||||
*mingw*)
|
*mingw*)
|
||||||
|
|
Loading…
Reference in New Issue