mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
config.lib.sh: add missing $
This commit is contained in:
parent
1bc0319f79
commit
e79ed86e38
@ -111,7 +111,7 @@ if [ "$HAVE_EGL" != "no" -a "$OS" != 'Win32' ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "HAVE_SSA" != "no" ]; then
|
||||
if [ "$HAVE_SSA" != "no" ]; then
|
||||
check_lib SSA -lass ass_library_init
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user