Fix typo.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Mar 2013 12:05:44 +0000 (12:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Mar 2013 12:05:44 +0000 (12:05 +0000)
wscript

diff --git a/wscript b/wscript
index 171b71181e40a77587329b340014dc865cfe799d..24ebfe548ff4449c857789e2905d02ca2b6e91f0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ def configure(conf):
 
     if conf.options.target_windows:
         conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H', '-DUNICODE'])
-        conv.env.append_value('CXXFLAGS', '-DLOCALE_PREFIX="../locale"')
+        conf.env.append_value('CXXFLAGS', '-DLOCALE_PREFIX="../locale"')
         wxrc = os.popen('wx-config --rescomp').read().split()[1:]
         conf.env.append_value('WINRCFLAGS', wxrc)
         if conf.options.enable_debug: