summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 01:02:57 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 01:02:57 +0100
commitbd904103cbaa7878d12e1713218514c58e798a84 (patch)
tree25dd1d1a599375b84b6fb8569192baecf6704802
parent4b4f90f696883133df7dbcc5cdaa71076251c5e2 (diff)
Also build libsub with force-cpp11.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5c63273a1..88231d7e3 100644
--- a/cscript
+++ b/cscript
@@ -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.