diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-03 01:02:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-03 01:02:57 +0100 |
| commit | bd904103cbaa7878d12e1713218514c58e798a84 (patch) | |
| tree | 25dd1d1a599375b84b6fb8569192baecf6704802 | |
| parent | 4b4f90f696883133df7dbcc5cdaa71076251c5e2 (diff) | |
Also build libsub with force-cpp11.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', None, {'force-cpp11': True})) - deps.append(('libsub', None)) + deps.append(('libsub', None, {'force-cpp11': True})) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we # also need a patched openssl binary to make certificates. |
