瀏覽代碼

do not compile xxhash.c (it is included by xxhash-libselect.h)

Thomas Waldmann 3 年之前
父節點
當前提交
1d750db4a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup_xxhash.py

+ 1 - 1
setup_xxhash.py

@@ -13,7 +13,7 @@ import os
 # xxhash files, structure as seen in XXHASH (reference implementation) project repository:
 
 xxhash_sources = [
-    'xxhash.c',
+#    'xxhash.c',  # do not compile xxhash.c (it is included by xxhash-libselect.h)
 ]
 
 xxhash_includes = [