mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Fix 7zip dependency include directory
Found `./decompress/7zip/`, which doesn't exist. It may be at [`deps/7zip`](https://github.com/libretro/RetroArch/tree/master/deps/7zip) instead.
This commit is contained in:
parent
14f57cad78
commit
c61f163454
@ -57,7 +57,7 @@ if [ "$HAVE_NEON" = "yes" ]; then
|
||||
fi
|
||||
|
||||
if [ "$HAVE_7ZIP" = "yes" ]; then
|
||||
add_include_dirs ./decompress/7zip/
|
||||
add_include_dirs ./deps/7zip/
|
||||
fi
|
||||
|
||||
if [ "$HAVE_PRESERVE_DYLIB" = "yes" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user