mbedtls does not support C89 so don't use HAVE_SSL for C89_BUILD

This commit is contained in:
twinaphex 2018-08-13 03:21:08 -07:00
parent 116390b3e8
commit f657391b2a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ HAVE_ZARCH=no # Zarch menu
HAVE_NUKLEAR=no # Nuklear menu
HAVE_RUNAHEAD=yes # Runahead support
HAVE_SSL=yes # SSL/mbedtls support
C89_SSL=no
HAVE_OVERLAY=yes # Overlay support
HAVE_DYNAMIC=yes # Dynamic loading of libretro library
HAVE_SDL=auto # SDL support