Fix typo in option_defaults.
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 18:23:15 +0000 (20:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Apr 2020 18:23:15 +0000 (20:23 +0200)
cscript

diff --git a/cscript b/cscript
index b65723af13e483594229113be70574fff36bbde0..af1793ae15b4f9c371d6ece517ed3da1395caad9 100644 (file)
--- a/cscript
+++ b/cscript
@@ -20,7 +20,7 @@
 
 import os
 
-option_defaults = { 'force-cpp11', False }
+option_defaults = { 'force-cpp11': False }
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory