Sfoglia il codice sorgente

fix xxhash include path

no '.' needed, '' is enough.
Thomas Waldmann 3 anni fa
parent
commit
a2967049e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      setup_xxhash.py

+ 1 - 1
setup_xxhash.py

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