diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 3145ffcdce..850a2b36e9 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -126,7 +126,8 @@ else LIBRETRO="-lretro" fi [ "$HAVE_DYNAMIC" = 'yes' ] || { - check_lib_cxx RETRO "$LIBRETRO" retro_init "$DYLIB" "Cannot find libretro, did you forget --with-libretro=\"-lretro\"?" + #check_lib RETRO "$LIBRETRO" retro_init "$DYLIB" "Cannot find libretro, did you forget --with-libretro=\"-lretro\"?" + check_lib RETRO "$LIBRETRO" "$DYLIB" "Cannot find libretro, did you forget --with-libretro=\"-lretro\"?" add_define_make libretro "$LIBRETRO" }