diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/io/SCsub | 1 |
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") |