From a2967049e8de85190101ba9a62f9c4c9617f80d1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 23 Jan 2022 01:00:14 +0100 Subject: [PATCH] fix xxhash include path no '.' needed, '' is enough. --- setup_xxhash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_xxhash.py b/setup_xxhash.py index 9c49414e8..e45856fec 100644 --- a/setup_xxhash.py +++ b/setup_xxhash.py @@ -17,7 +17,7 @@ xxhash_sources = [ ] xxhash_includes = [ - '.', + '', ]