summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-29 02:02:34 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-29 02:02:34 +0000
commit1f04a10aee553fa4552dd94b73f63ca502d08d0e (patch)
tree06f335e5853b0f3747b3166626c98663b9bf5aae
parent2e9744b7c79a0e56193b48bd0760a7b989f06079 (diff)
Fix typo in wscript.v2.13.141
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 583f5df9c..6bf39961d 100644
--- a/wscript
+++ b/wscript
@@ -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.