fix xxhash include path

no '.' needed, '' is enough.
This commit is contained in:
Thomas Waldmann 2022-01-23 01:00:14 +01:00
parent 1d750db4a4
commit a2967049e8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ xxhash_sources = [
]
xxhash_includes = [
'.',
'',
]