Преглед изворни кода

fix xxhash include path

no '.' needed, '' is enough.
Thomas Waldmann пре 3 година
родитељ
комит
a2967049e8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup_xxhash.py

+ 1 - 1
setup_xxhash.py

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