mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
3DS: Disable 'pedantic' and add bzip2 for FreeType2
This commit is contained in:
parent
4f5041e870
commit
4c6e65e36e
3
configure
vendored
3
configure
vendored
@ -2138,7 +2138,7 @@ fi
|
||||
# However, some platforms use GNU extensions in system header files, so
|
||||
# for these we must not use -pedantic.
|
||||
case $_host_os in
|
||||
android | androidsdl | gamecube | ps2 | psp | tizen | wii | webos)
|
||||
3ds | android | androidsdl | gamecube | ps2 | psp | tizen | wii | webos)
|
||||
;;
|
||||
*)
|
||||
# ICC does not support pedantic, while GCC and clang do.
|
||||
@ -5267,6 +5267,7 @@ fi
|
||||
case $_backend in
|
||||
3ds)
|
||||
if test "$_freetype2" = yes -a "$_png" = yes; then
|
||||
append_var LIBS "-lbz2"
|
||||
append_var LIBS "-lpng"
|
||||
fi
|
||||
if test "$_tremor" = yes -o "$_flac" = yes; then
|
||||
|
Loading…
Reference in New Issue
Block a user