diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-29 02:02:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-29 02:02:34 +0000 |
| commit | 1f04a10aee553fa4552dd94b73f63ca502d08d0e (patch) | |
| tree | 06f335e5853b0f3747b3166626c98663b9bf5aae | |
| parent | 2e9744b7c79a0e56193b48bd0760a7b989f06079 (diff) | |
Fix typo in wscript.v2.13.141
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ def configure(conf): conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') else: # Avoid the endless warnings about _t uninitialized in optional<> - conv.env.append_value('CXXFLAGS', '-Wno-maybe-uninitialized') + conf.env.append_value('CXXFLAGS', '-Wno-maybe-uninitialized') # # Dependencies. |
