Clarify error

This commit is contained in:
Alcaro 2016-11-10 08:33:58 +01:00
parent 3f29eed928
commit 7d7e83ce73

View File

@ -126,7 +126,7 @@ else LIBRETRO="-lretro"
fi
[ "$HAVE_DYNAMIC" = 'yes' ] || {
check_lib_cxx RETRO "$LIBRETRO" retro_init "$DYLIB" "Cannot find libretro."
check_lib_cxx RETRO "$LIBRETRO" retro_init "$DYLIB" "Cannot find libretro, did you forget --with-libretro=\"-lretro\"?"
add_define_make libretro "$LIBRETRO"
}