ソースを参照

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 = [
-    '.',
+    '',
 ]