From d9e3a57957c0c52e7227553f03818aab376be384 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Mar 2020 10:11:59 +0100 Subject: [PATCH] Force C++11 for the libdcp and libsub builds. --- cscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cscript b/cscript index 0a0a73c88..e548df08c 100644 --- a/cscript +++ b/cscript @@ -1,6 +1,6 @@ # -*- mode: python -*- # -# Copyright (C) 2012-2019 Carl Hetherington +# Copyright (C) 2012-2020 Carl Hetherington # # This file is part of DCP-o-matic. # @@ -362,8 +362,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', None)) - deps.append(('libsub', None)) + deps.append(('libdcp', None, {'force-cpp11': True})) + 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. -- 2.30.2