From 727e3a73032e9da41770d6e6a00b63cdc6f2236d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Apr 2020 17:19:20 +0200 Subject: Fix syntax for previous. --- cscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index cd74e8ef5..c01c99457 100644 --- a/cscript +++ b/cscript @@ -364,8 +364,7 @@ def dependencies(target, options): # Let's use C++11 mode if we can cpp_lib_options = {'force-cpp11': True} if ( (target.platform == 'osx' and target.bits == 64) or - (target.platform == 'windows') - else {} + (target.platform == 'windows')) else {} deps.append(('libdcp', None, cpp_lib_options)) deps.append(('libsub', None, cpp_lib_options)) -- cgit v1.2.3