From 01815e9b5f1ec97d0018ee843a07fa73f450f1bf Mon Sep 17 00:00:00 2001 From: Ferenc Arn Date: Thu, 26 Oct 2017 16:41:47 -0400 Subject: Update zstd to 1.3.2. --- core/io/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/io/SCsub b/core/io/SCsub index 4efc902717..948153019d 100644 --- a/core/io/SCsub +++ b/core/io/SCsub @@ -5,3 +5,4 @@ Import('env') env.add_source_files(env.core_sources, "*.cpp") Export('env') +env.Append(CCFLAGS="-DZSTD_STATIC_LINKING_ONLY") -- cgit v1.2.3