diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-05 02:11:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 00:43:00 +0100 |
| commit | 6a2d3f52915f226efe578d0ac5fb58dd8599c95b (patch) | |
| tree | 833374323cacf6f3954ad9f8fa965321147ce1e3 /cscript | |
| parent | b7b79b245cd6b6aa0d89236a1c87678207e23e12 (diff) | |
Remove optional c++11 stuff.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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')) |
