From c61f163454c95c4a97e501f2d56fbe1e243c31c6 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 10 Sep 2017 11:06:48 -0400 Subject: [PATCH] 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. --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 1031488fd8..bd58bec64b 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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