mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
fix xxhash include path
no '.' needed, '' is enough.
This commit is contained in:
parent
1d750db4a4
commit
a2967049e8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ xxhash_sources = [
|
|||
]
|
||||
|
||||
xxhash_includes = [
|
||||
'.',
|
||||
'',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue