Преглед на файлове

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 files, structure as seen in XXHASH (reference implementation) project repository:
 
 
 xxhash_sources = [
 xxhash_sources = [
-    'xxhash.c',
+#    'xxhash.c',  # do not compile xxhash.c (it is included by xxhash-libselect.h)
 ]
 ]
 
 
 xxhash_includes = [
 xxhash_includes = [