summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-05 02:11:21 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 00:43:00 +0100
commit6a2d3f52915f226efe578d0ac5fb58dd8599c95b (patch)
tree833374323cacf6f3954ad9f8fa965321147ce1e3 /cscript
parentb7b79b245cd6b6aa0d89236a1c87678207e23e12 (diff)
Remove optional c++11 stuff.
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/cscript b/cscript
index 5913f3097..2ff9a8b6f 100644
--- a/cscript
+++ b/cscript
@@ -370,11 +370,6 @@ def dependencies(target, options):
# Use distro-provided FFmpeg on Arch
deps = []
- # Let's use C++11 mode if we can
- cpp_lib_options = {'force-cpp11': True} if (
- (target.platform == 'osx') or
- (target.platform == 'windows')) else {}
-
deps.append(('libdcp', 'd39880e'))
deps.append(('libsub', 'ee5d2c8'))
deps.append(('leqm-nrt', '131f971'))