Merge pull request #5424 from RobLoach/patch-18

Fix 7zip dependency include directory
This commit is contained in:
Twinaphex 2017-09-10 20:12:12 +02:00 committed by GitHub
commit f676774eed

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