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:
Rob Loach 2017-09-10 11:06:48 -04:00 committed by GitHub
parent 14f57cad78
commit c61f163454

View File

@ -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