Clarify error
This commit is contained in:
parent
3f29eed928
commit
7d7e83ce73
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue