Fix syntax for previous.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index cd74e8ef5771903baa062759b7298bb3aabd1b41..c01c9945764bf51f5bfe9e51d909497e8b5f4915 100644 (file)
--- 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))