2019-08-26 07:48:57 +02:00

8 lines
221 B
Python

# Note: we need to undef ZSTD_LEGACY_SUPPORT since Buck defines it elsewhere
cxx_binary(
name='simple',
srcs=['simple.c'],
preprocessor_flags=['-UZSTD_LEGACY_SUPPORT'],
deps=['//contrib/declib:combine']
)