mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
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…
x
Reference in New Issue
Block a user