Merge pull request #5424 from RobLoach/patch-18
Fix 7zip dependency include directory
This commit is contained in:
commit
f676774eed
|
@ -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