From f657391b2af4d103ebecb1f00c8100297027f2ba Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 13 Aug 2018 03:21:08 -0700 Subject: [PATCH] mbedtls does not support C89 so don't use HAVE_SSL for C89_BUILD --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index e6d185a72e..ecece0df64 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -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