summaryrefslogtreecommitdiffstats
path: root/contrib/libs/apache/arrow_next/patches/misc.sh
blob: ac02d005140e34e0019a8610ef913a33208743fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

sed -e 's|.*define XXH_INLINE_ALL.*||' \
    -i cpp/src/parquet/xxhasher.cc

cat << EOF > cpp/src/generated/ya.make
LIBRARY()

FLATC_FLAGS(--scoped-enums)

SRCS(
    Schema.fbs
)

END()
EOF