From 1d750db4a4fd7ef05161975e9949d08571455a67 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 22 Jan 2022 23:06:13 +0100 Subject: [PATCH] do not compile xxhash.c (it is included by xxhash-libselect.h) --- setup_xxhash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_xxhash.py b/setup_xxhash.py index 03ff9b496..9c49414e8 100644 --- a/setup_xxhash.py +++ b/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 = [