Преглед на файлове

Merge pull request #4985 from bket/xxhash_pkgconfig

xxhash>=0.7.3 provides a pkgconfig file
TW преди 5 години
родител
ревизия
7899899856
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      setup_checksums.py

+ 1 - 1
setup_checksums.py

@@ -30,7 +30,7 @@ def xxhash_ext_kwargs(pc, prefer_system, system_prefix):
                         library_dirs=[os.path.join(system_prefix, 'lib')],
                         libraries=['xxhash'])
 
-        if pc and pc.installed('libxxhash', '>= 1.7.0'):
+        if pc and pc.installed('libxxhash', '>= 0.7.3'):
             print('Detected and preferring libxxhash [via pkg-config]')
             return pc.parse('libxxhash')