summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2016-10-30 17:35:37 +0100
committerGitHub <noreply@github.com>2016-10-30 17:35:37 +0100
commit1944635ac4f3e9f12b176c2f38d43205195c35c5 (patch)
tree136c3e69cbe9c2a65b2b25c3d581bd09889519b8 /SConstruct
parent2001e0f75ffc23089eba08365e1fbc4fe3b46584 (diff)
parente34a5324c884960735b3f743956b3a052574d6ee (diff)
Merge pull request #6959 from RandomShaper/fix-big-libs
Adopt simpler strategy for big libs on Windows
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 365463ebad..9486393205 100644
--- a/SConstruct
+++ b/SConstruct
@@ -100,6 +100,7 @@ env_base.__class__.disable_module = methods.disable_module
env_base.__class__.add_source_files = methods.add_source_files
env_base.__class__.use_windows_spawn_fix = methods.use_windows_spawn_fix
+env_base.__class__.split_lib = methods.split_lib
env_base["x86_libtheora_opt_gcc"]=False
env_base["x86_libtheora_opt_vc"]=False