summaryrefslogtreecommitdiff
path: root/core/io/SCsub
diff options
context:
space:
mode:
authorFerenc Arn <tagcup@yahoo.com>2017-10-26 16:41:47 -0400
committerFerenc Arn <tagcup@yahoo.com>2017-10-26 16:41:47 -0400
commit01815e9b5f1ec97d0018ee843a07fa73f450f1bf (patch)
treee810d42b26e885a6374a657f1b1092521dfc0a94 /core/io/SCsub
parent2987e6ce4ffc69da5efc0903cc00ce12e72d2125 (diff)
Update zstd to 1.3.2.
Diffstat (limited to 'core/io/SCsub')
-rw-r--r--core/io/SCsub1
1 files changed, 1 insertions, 0 deletions
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")