Update zstd to 1.3.2.

This commit is contained in:
Ferenc Arn 2017-10-26 16:41:47 -04:00
parent 2987e6ce4f
commit 01815e9b5f
34 changed files with 5471 additions and 3470 deletions

View file

@ -5,3 +5,4 @@ Import('env')
env.add_source_files(env.core_sources, "*.cpp")
Export('env')
env.Append(CCFLAGS="-DZSTD_STATIC_LINKING_ONLY")