mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
Merge pull request #5639 from orbea/raspian
Fix https://github.com/libretro/RetroArch/issues/5636
This commit is contained in:
commit
c96a9dbf76
@ -15,12 +15,12 @@ add_define_make()
|
||||
|
||||
add_include_dirs()
|
||||
{ while [ "$1" ]; do INCLUDE_DIRS="$INCLUDE_DIRS -I$1"; shift; done
|
||||
INCLUDE_DIRS="${INCLUDE_DIRS#* }"
|
||||
INCLUDE_DIRS="${INCLUDE_DIRS# }"
|
||||
}
|
||||
|
||||
add_library_dirs()
|
||||
{ while [ "$1" ]; do LIBRARY_DIRS="$LIBRARY_DIRS -L$1"; shift; done
|
||||
LIBRARY_DIRS="${LIBRARY_DIRS#* }"
|
||||
LIBRARY_DIRS="${LIBRARY_DIRS# }"
|
||||
}
|
||||
|
||||
check_lib() # $1 = language $2 = HAVE_$2 $3 = lib $4 = function in lib $5 = extralibs $6 = headers $7 = critical error message [checked only if non-empty]
|
||||
|
Loading…
Reference in New Issue
Block a user