mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 16:33:52 -05:00
sdl-config already provides needed libs for MiNT build
This commit is contained in:
parent
e860599e99
commit
032ec82e08
|
|
@ -28,7 +28,7 @@ case "$target" in
|
|||
MATHLIB=""
|
||||
SYS_GL_LIBS="-lGL"
|
||||
;;
|
||||
*-*-darwin*)
|
||||
*-*-darwin* | *-*-mint* )
|
||||
MATHLIB=""
|
||||
SYS_GL_LIBS=""
|
||||
;;
|
||||
|
|
@ -38,10 +38,6 @@ case "$target" in
|
|||
fi
|
||||
SYS_GL_LIBS=""
|
||||
;;
|
||||
*-*-mint*)
|
||||
MATHLIB="-lm"
|
||||
SYS_GL_LIBS="-lOSMesa"
|
||||
;;
|
||||
*)
|
||||
MATHLIB="-lm"
|
||||
AC_PATH_X
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user