فهرست منبع

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