You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the unnecessary warning if we are not using local libzim.
There is nothing wrong to not compile python-libzim with a copy of
a local libzim.
It is possible to compile python-libzim with system installed libzim or
libzim installed in another directory.
Let's do :
- If we found a local lib/header in sub-directory, use it
(and tell the user about this).
- If not, do a small test to find the library and be sure it is installed.
- If we can found the library, assume everything else is properly
configured and go one.
0 commit comments