diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-02 20:23:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-02 20:23:15 +0200 |
| commit | 2b8b650ffa7d1a70f820245d58f9fdebbdd7f310 (patch) | |
| tree | 0554e33b0b283d98c0f38eed4fdc61f4f57a94a9 | |
| parent | d8f1f9b395f3ea8dcd8b33f90ffd47e3469b83c6 (diff) | |
Fix typo in option_defaults.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
