sdl-config already provides needed libs for MiNT build
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40982
This commit is contained in:
parent
9e22a1bc13
commit
48ddfd55a3
1 changed files with 1 additions and 5 deletions
|
@ -28,7 +28,7 @@ case "$target" in
|
||||||
MATHLIB=""
|
MATHLIB=""
|
||||||
SYS_GL_LIBS="-lGL"
|
SYS_GL_LIBS="-lGL"
|
||||||
;;
|
;;
|
||||||
*-*-darwin*)
|
*-*-darwin* | *-*-mint* )
|
||||||
MATHLIB=""
|
MATHLIB=""
|
||||||
SYS_GL_LIBS=""
|
SYS_GL_LIBS=""
|
||||||
;;
|
;;
|
||||||
|
@ -38,10 +38,6 @@ case "$target" in
|
||||||
fi
|
fi
|
||||||
SYS_GL_LIBS=""
|
SYS_GL_LIBS=""
|
||||||
;;
|
;;
|
||||||
*-*-mint*)
|
|
||||||
MATHLIB="-lm"
|
|
||||||
SYS_GL_LIBS="-lOSMesa"
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
MATHLIB="-lm"
|
MATHLIB="-lm"
|
||||||
AC_PATH_X
|
AC_PATH_X
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue