X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=3fe9275fef7c1ed0d77eb7056567a7053637e06c;hb=6b1d9adcf6e75fc8e441b61108a2169bda6a6094;hp=052aa6c7c645b654109daf6b1138a45933630ecd;hpb=b115f622f983e1d0a4db323dff6b720dac206c0f;p=dcpomatic.git diff --git a/cscript b/cscript index 052aa6c7c..3fe9275fe 100644 --- a/cscript +++ b/cscript @@ -375,8 +375,8 @@ def dependencies(target, options): (target.platform == 'osx' and target.bits == 64) or (target.platform == 'windows')) else {} - deps.append(('libdcp', '9a8faac', cpp_lib_options)) - deps.append(('libsub', '8da829d', cpp_lib_options)) + deps.append(('libdcp', '5346d1c', cpp_lib_options)) + deps.append(('libsub', '788ce6e', cpp_lib_options)) deps.append(('leqm-nrt', 'carl')) deps.append(('rtaudio', 'carl')) # We get our OpenSSL libraries from the environment, but we @@ -392,7 +392,7 @@ def dependencies(target, options): option_defaults = { "gui": True, "variant": None } def configure_options(target, options): - opt = '' + opt = ' --warnings-are-errors' if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'): # Currently we only build tests on Ubuntu 18.04