aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/xxhash/.yandex_meta/__init__.py
blob: a9479272b402be53f05c25d71d04dce25aa8c4a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
from devtools.yamaker.project import GNUMakeNixProject


xxhash = GNUMakeNixProject(
    arcdir="contrib/libs/xxhash",
    nixattr="xxHash",
    makeflags=["libxxhash"],
    disable_includes=[
        "arm_sve.h",
    ],
)