mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Add /usr/lib64 to LIBRARY_DIRS.
This commit is contained in:
parent
0694d8884f
commit
e3f029a446
@ -3,6 +3,11 @@
|
|||||||
check_switch_c C99 -std=gnu99
|
check_switch_c C99 -std=gnu99
|
||||||
check_critical C99 "Cannot find C99 compatible compiler."
|
check_critical C99 "Cannot find C99 compatible compiler."
|
||||||
|
|
||||||
|
# There are still broken 64-bit Linux distros out there. :)
|
||||||
|
if [ -d /usr/lib64 ]; then
|
||||||
|
add_library_dirs /usr/lib64
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$OS" = BSD ]; then
|
if [ "$OS" = BSD ]; then
|
||||||
DYLIB=-lc
|
DYLIB=-lc
|
||||||
else
|
else
|
||||||
@ -57,6 +62,7 @@ if [ $HAVE_SDL_NEW = yes ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
check_lib CG -lCg cgCreateContext
|
check_lib CG -lCg cgCreateContext
|
||||||
|
|
||||||
check_pkgconf XML libxml-2.0
|
check_pkgconf XML libxml-2.0
|
||||||
check_pkgconf SDL_IMAGE SDL_image
|
check_pkgconf SDL_IMAGE SDL_image
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user