mirror of
https://github.com/facebook/zstd.git
synced 2025-10-15 00:02:02 -04:00
8 lines
221 B
Python
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']
|
|
)
|