Explorar el Código

fix xxhash include path

no '.' needed, '' is enough.
Thomas Waldmann hace 3 años
padre
commit
a2967049e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup_xxhash.py

+ 1 - 1
setup_xxhash.py

@@ -17,7 +17,7 @@ xxhash_sources = [
 ]
 
 xxhash_includes = [
-    '.',
+    '',
 ]